Page History
...
The result can be any number.
Example
| Code Block |
|---|
// Calculate the tangent of Log2
Val = "0.227064512498507649434129923403947"
Result = SRP_Math("TAN", Val)
!! Result = 0.2310490601866484364724107071527236 !! |
...
| Code Block |
|---|
// Calculate the tangent of PI
Val = "3.1415926535897932384626433832795"
Result = SRP_Math("TAN", Val)
!! Result = 0.0 !! |