[Contents] [Previous Section] [Next Section] [Index]


csqrt-Complex Square Root

Interface

F_COMPLEX csqrt (F_TYPE x, F_TYPE y)

Description

csqrt() computes the square root of a complex number, x + iy. The real part of csqrt is greater than or equal to zero.

csqrt(x,y) is defined as the square root of (x + iy).

Exceptions

None.