Skip to main content
Version: 8.1

sqrt

This function is used by Ignition's Expression language.

Description​

Returns the square root of the argument number.

Syntax​

sqrt(number)

  • Parameters

    • Integer/Float number - The number to get the square root of.
  • Results

    • Float - The square root of the number provided.

Examples​

Code Snippet
sqrt(64) //returns 8.0