$sqrt
Returns the square root of the specified number.
Syntax
$sqrt[Number]
Parameters
Number
(Type: Integer, Float || Flag: Required)
: The number greater than or equal to 0.
Example
$nomention
Result: $sqrt[$message]
$sqrt
at 2:9
returned an error: the input number can't be negative.
How $message
works?
When calculating roots, use $enableDecimals[]
to get decimal results for numbers like 1, 2, 3, 5, etc…