LlModPow/fr
From Second Life Wiki
| Portail LSL | | | Fonctions | | | Évènements | | | Types | | | Constantes | | | Contrôle d'exécution | | | Bibliothèque de scripts | | | Tutoriels |
Contents |
Description
Fonction: integer llModPow( integer a, integer b, integer c );| 300 | N° de fonction |
| 1.0 | Délai |
| 10.0 | Energie |
Renvoie un qui est a à la puissance b , modulo c. ( (a**b)%c )
| • integer | a | |||
| • integer | b | – | max = 0xFFFF (16 bits) | |
| • integer | c |

