Contacts
- phone
Math
A $x$ can be plugged into the following $\sqrt{x^2+\sin(y)}$:
$$ \texttt{myvalue}=\sum_{i} \sin(x^2) \tag{eq.1}$$
Code block
|
|
Another example as follows:
import numpy as np
if __name__=='__main__':
print('hello world')
A $x$ can be plugged into the following $\sqrt{x^2+\sin(y)}$:
$$ \texttt{myvalue}=\sum_{i} \sin(x^2) \tag{eq.1}$$
|
|
Another example as follows:
import numpy as np
if __name__=='__main__':
print('hello world')