Math Formula
Math formula parser. Calculate a formula with variable inputs ie. A * Log(B) + Sqrt(C)
Note: Pay attention on the special syntax of 2 arguments operators.
Note: For example, it's not logn(A,N)
but (A logn N)
Settings
A
First variable input.
B
Second variable input.
C
Third variable input.
out
Output result.
formula
Math formula. Allowed operators are:
- +
- -
- *
- /
- sin
- cos
- tan
- sqrt
- ^
- log
- logn ie. (A logn B)
- ln
- arccos
- arcsin
- arctan
- sinh
- cosh
- tanh
- div
- mod
- abs
- floor
- ceil
- exp
- pi
- max ie. (A max B)
- min ie. (A min B)
- arccosh
- arccot
- arccoth
- arccsc
- arccsch
- arcsec
- arcsech
- arcsinh
- arctanh
- arctan2 ie.(A arctan2 B)
- cot
- cotan
- coth
- csc
- csch
- hypot ie. (A hypot B)
- sec
- sech
- random
- nsqrt (A nsqrt B)
- DegToRad
- DegToCycle
- DegToGrad
- RadToDeg
- RadToCycle
- RadToGrad
- GradToCycle
- GradToRad
- GradToDeg
See also