LlModPow/fr

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Fonction: integer llModPow( integer a, integer b, integer c );

Renvoie un integer qui est a à la puissance b , modulo c. ( (a**b)%c )

• integer a
• integer b max = 0xFFFF (16 bits)
• integer c

Avertissements

  • Cette fonction fait dormir le script pendant 1.0 secondes.
  • b ne peut dépasser 0xFFFF (16 bits)

Exemples

Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.