sqrtf sqrtf (function)

Computes the square root

Syntax

#include <gu.h>     /* gu.h */
float sqrtf (float value)

Arguments

value is the input value to compute the square root.

Description

sqrtf uses R4300 FPU sqrt instruction to compute the square root.

See Also

sinf, sins, cosf, and coss

Revision History

1999/04/30 Changed Format