Platforms to show: All Mac Windows Linux Cross-Platform

Back to ComplexSingleMBS class.

Previous items

ComplexSingleMBS.sin as ComplexSingleMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Data Types MBS DataTypes Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Return sine of complex.
Example
dim c as new ComplexSingleMBS(1,2)
MsgBox c.sin.str

ComplexSingleMBS.sinh as ComplexSingleMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Data Types MBS DataTypes Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Return hyperbolic sine of complex.
Example
dim c as new ComplexSingleMBS(1,2)
MsgBox c.sinh.str

ComplexSingleMBS.sqrt as ComplexSingleMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Data Types MBS DataTypes Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Return square root of complex.
Example
dim c as new ComplexSingleMBS(1,2)
dim r as ComplexSingleMBS = c.sqrt
dim m as ComplexSingleMBS = r*r

MsgBox "number: "+c.str+EndOfLine+"root: "+r.str+EndOfLine+"back: "+m.str

ComplexSingleMBS.str as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Data Types MBS DataTypes Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Shows the number in an human readable format.
Example
dim c as new ComplexSingleMBS(1,2)
MsgBox c.str

The actual format can change.

ComplexSingleMBS.Subtract(c as ComplexSingleMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Data Types MBS DataTypes Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Subtracts the given complex number from this complex number.

See also:

ComplexSingleMBS.Subtract(x as single)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Data Types MBS DataTypes Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Subtracts the given value from this complex number.

See also:

ComplexSingleMBS.tan as ComplexSingleMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Data Types MBS DataTypes Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Return tangent of complex.
Example
dim c as new ComplexSingleMBS(1,2)
MsgBox c.tan.str

ComplexSingleMBS.tanh as ComplexSingleMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Data Types MBS DataTypes Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Return hyperbolic tangent of complex.
Example
dim c as new ComplexSingleMBS(1,2)
MsgBox c.tanh.str

Previous items

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


💬 Ask a question or report a problem
The biggest plugin in space...