Skip to content

Commit

Permalink
FIX: issue #2697 (integer ** percent value gives wrong result)
Browse files Browse the repository at this point in the history
  • Loading branch information
dockimbel committed Jun 7, 2017
1 parent b1f493c commit d96ec6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/actions.red
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ negate: make action! [[
power: make action! [[
"Returns a number raised to a given power (exponent)"
number [number!] "Base value"
exponent [number!] "The power (index) to raise the base value by"
exponent [integer! float!] "The power (index) to raise the base value by"
return: [number!]
]
#get-definition ACT_POWER
Expand Down

0 comments on commit d96ec6e

Please sign in to comment.