Skip to main content
Version: 8.3 Beta 🚧

sqrt

This function is used by Ignition's Expression language.

Description​

Returns the square root of the argument number.

Syntax​

sqrt(number)

Parameters​

TypeParameterDescription
Integer/FloatnumberThe number to get the square root of.

Results​

Float - The square root of the number provided.

Examples​

Code Snippet
sqrt(64) //returns 8.0