You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.