pi = 3.14159... (ฯ)
deg = 0.017453... (degree in radians)
e = 2.71828... (Euler's number)
g = 9.80665 (gravity)
๐ก Notes
* To use 'x' instead of 'n':
Write "x = n" at the beginning
Example: x = n
.. sin(x)
* To use trigonometric functions in degrees:
Use the constant 'deg'
Example: sin(30 deg)
* To create a constant 'k':
Write: k = 2
Then use: k * n
* In 'show' script:
j0 is the parameter, j1 is the final result
jn are variables for storing operations
* For support: +01005809670
Dev-Islam Fawzy