sqrt function

Syntax

  • float sqrt(float value)

Returns

The non-negative square root of value. If value is negative, nan is generated.

Description

The sqrt function calculates the square root of value.


In this topic