LlModPow
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Contents |
Summary
Function: integer llModPow( integer a, integer b, integer c );| 300 | Function ID |
| 1.0 | Delay |
| 10.0 | Energy |
Returns an integer that is a raised to the b power, mod c. ( (a**b)%c )
| • integer | a | |||
| • integer | b | – | capped at 0xFFFF (16 bits) | |
| • integer | c |
This article wasn't helpful for you? Maybe the related article at the LSL Wiki is able to bring enlightenment.

