asteroid icon indicating copy to clipboard operation
asteroid copied to clipboard

math@pow(b,p) should accept a real number as its second argument.

Open TimColaneri opened this issue 1 year ago • 0 comments

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.

TimColaneri avatar Feb 27 '24 15:02 TimColaneri