Function sqrt

Source
pub fn sqrt(value: Spanned<Num>) -> SourceResult<f64>
Expand description

Calculates the square root of a number.

#calc.sqrt(16) \
#calc.sqrt(2.5)