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


sqrt-Square Root

Interface

F_TYPE sqrt (F_TYPE x)

Description

sqrt() computes the rounded square root of x.

For platforms supporting a signed zero, sqrt(-0) = 0.

Exceptions


Exceptional Argument       Routine Behavior

x < 0                      Invalid argument



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