Platforms to show: All Mac Windows Linux Cross-Platform

Back to ComplexDoubleMBS class.

Previous items

ComplexDoubleMBS.sin as ComplexDoubleMBS

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 ComplexDoubleMBS(1,2)
MsgBox c.sin.str

ComplexDoubleMBS.sinh as ComplexDoubleMBS

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 ComplexDoubleMBS(1,2)
MsgBox c.sinh.str

ComplexDoubleMBS.sqrt as ComplexDoubleMBS

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 ComplexDoubleMBS(1,2)
dim r as ComplexDoubleMBS = c.sqrt
dim m as ComplexDoubleMBS = r*r

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

ComplexDoubleMBS.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 ComplexDoubleMBS(1,2)
MsgBox c.str

The actual format can change.

ComplexDoubleMBS.Subtract(c as ComplexDoubleMBS)

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:

ComplexDoubleMBS.Subtract(x as Double)

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:

ComplexDoubleMBS.tan as ComplexDoubleMBS

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 ComplexDoubleMBS(1,2)
MsgBox c.tan.str

ComplexDoubleMBS.tanh as ComplexDoubleMBS

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 ComplexDoubleMBS(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...