Platforms to show: All Mac Windows Linux Cross-Platform

SqrtMBS(x as Double, y as Double) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Math MBS Util Plugin 5.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
This function compute the yth root of x.
Example
dim r,x,y as Double

r=SqrtMBS(x,y)
// r^y=x

sqrt(-0) returns -0.
sqrt(x,y) returns a NaN if the root can't be calculated.

Blog Entries

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...