Platforms to show: All Mac Windows Linux Cross-Platform

Back to ComplexDoubleMBS class.

ComplexDoubleMBS.PI as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Data Types MBS DataTypes Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The PI constant.
Example
MsgBox str(ComplexDoubleMBS.PI)

ComplexDoubleMBS.polar(rho as Double, theta as Double) as ComplexDoubleMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Data Types MBS DataTypes Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new complex number with the given polar coordinate.
Example
MsgBox ComplexDoubleMBS.polar(10, 0.5).str

ComplexDoubleMBS.pow(x as Double, y as ComplexDoubleMBS) as ComplexDoubleMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Data Types MBS DataTypes Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Calculates the power of the given values.
Example
dim x as new ComplexDoubleMBS(2,3)
dim c as ComplexDoubleMBS = ComplexDoubleMBS.pow(2, x)

MsgBox c.str

See also:

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


The biggest plugin in space...