Platforms to show: All Mac Windows Linux Cross-Platform

Back to ComplexSingleMBS class.

ComplexSingleMBS.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(ComplexSingleMBS.PI)

ComplexSingleMBS.polar(rho as single, theta as single) as ComplexSingleMBS

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 ComplexSingleMBS.polar(10, 0.5).str

ComplexSingleMBS.pow(x as single, y as ComplexSingleMBS) as ComplexSingleMBS

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 ComplexSingleMBS(2,3)
dim c as ComplexSingleMBS = ComplexSingleMBS.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...