Menu

SQRT

Description

Returns the positive square root.

Examples

SQRT(0) = 0

SQRT(9) = 3

SQRT(NAN) = NAN

SQRT(INF) = INF

SQRT(-INF) = NAN

On this page