llModPow
LSLinteger llModPow(integer a, integer b, integer c)
Returns a Value raised to the Power, mod Modulus. ((a**b)%c) b is capped at 0xFFFF (16 bits).\ Returns (Value ^ Power) % Modulus. (Value raised to the Power, Modulus). Value is capped at 0xFFFF (16 bits).
Parameters
| Type | Name |
|---|---|
| integer | a |
| integer | b |
| integer | c |
Sleeps
1s
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
void llTargetOmega(vector axis, float spinrate, float gain)
void llSetVelocity(vector vel, integer local)
integer llGetRegionDayOffset()
void llCollisionSprite(string impact_sprite)
void llSetTexture(string texture, integer face)
void llResetLandPassList()
key llList2Key(list src, integer index)
void llSoundPreload(string sound)