TComplex.Sin Method
Computes sine of the complex number.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public override BaseEntry Sin()
Public Overrides Function Sin As BaseEntry
public:
virtual BaseEntry^ Sin() override
abstract Sin : unit -> BaseEntry
override Sin : unit -> BaseEntry
Return Value
BaseEntrySine of the complex number.