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
is it possible to get the derivative equation back with using the Math.pow function call instead of the ^notation.
Like for example:
Math.pow(x, 2) instead of x^2.
Hi,
is it possible to get the derivative equation back with using the Math.pow function call instead of the ^notation.
Like for example:
Math.pow(x, 2) instead of x^2.
Thank you - cheers