LlModPow/fr: Difference between revisions
< LlModPow
Gally Young (talk | contribs) Localized to french |
(No difference)
|
Latest revision as of 17:00, 21 March 2008
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.