sqrt function

This 2019.0 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

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