Functions: Square_Root Function - Wynntils/Wynntils GitHub Wiki

Square_Root function

Aliases

  • SQRT

Description

Returns the square root of a value.

Arguments

This function has 1 required argument.

  • value (Number) → The number of the root.

Schematics

SQUARE_ROOT(<value>) → (Double)

Example

SQUARE_ROOT(16)  2
⚠️ **GitHub.com Fallback** ⚠️