LlModPow/fr
< LlModPow
Jump to navigation
Jump to search
LSL Portail Francophone | LSL Portail Anglophone | Fonctions | Évènements | Types | Operateurs | Constantes | Contrôle d'exécution | Bibliothèque | Tutoriels |
Description
Fonction: integer llModPow( integer a, integer b, integer c );300 | N° de fonction |
1.0 | Delais |
10.0 | Energie |
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.