Page History
...
Therefore, passing 364.87451 to the EXPONENT operation returns 2.
Example
| Code Block |
|---|
// Extract the exponent of 364.87451
Result = SRP_Math("EXPONENT", "364.87451")
!! Result = 2 !! |
...
| Code Block |
|---|
// Extract the exponent of PI
Val = "3.1415926535897932384626433832795"
Result = SRP_Math("EXPONENT", Val)
!! Result = 0 !! |
...