LlModPow/fr

From Second Life Wiki

Jump to: navigation, search

Contents

Description

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

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

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

Inconvénients

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

Exemples

Personal tools