Difference between revisions of "LlModPow"

From Second Life Wiki
Jump to navigation Jump to search
m (changed sort= flag order to effect proper order in function category)
m
Line 4: Line 4:
|return_type=integer
|return_type=integer
|p1_type=integer|p1_name=a
|p1_type=integer|p1_name=a
|p2_type=integer|p2_name=b|p2_desc=capped at 0xFFF (16 bits)
|p2_type=integer|p2_name=b|p2_desc=capped at {{LSL Hex|0xFFFF|65535}} (16 bits)|p2_hover=capped at 0xFFFF (16 bits)
|p3_type=integer|p3_name=c
|p3_type=integer|p3_name=c
|func_footnote
|func_footnote
Line 10: Line 10:
|return_text=that is '''a''' raised to the '''b''' power, mod '''c'''. ( ('''a'''**'''b''')%'''c''' )
|return_text=that is '''a''' raised to the '''b''' power, mod '''c'''. ( ('''a'''**'''b''')%'''c''' )
|spec
|spec
|caveats=*'''b''' is capped at 0xFFF (16 bits)
|caveats=*'''b''' is capped at {{LSL Hex|0xFFFF|65535}} (16 bits)
|constants
|constants
|examples
|examples
Line 19: Line 19:
|also_articles
|also_articles
|notes
|notes
|permission
|negative_index
|cat1
|cat1
|cat2
|cat2

Revision as of 11:02, 29 November 2007