Calculates the square root of this object. Adapted from Numerical Recipes in C - The Art of Scientific Computing (ISBN 0-521-43108-5)

Namespace:  SingularSys.Jep.Types
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public Complex Sqrt()
Visual Basic (Declaration)
Public Function Sqrt As Complex
Visual C++
public:
Complex^ Sqrt()

Return Value

See Also