asteroid
asteroid copied to clipboard
math@pow(b,p) should accept a real number as its second argument.
The math@pow() function in implemented as math @pow (b, p:%integer) where p must be an integer. This is incorrect, p should be able to be either an integer or a real number.