pub fn sqrt(value: Spanned<Num>) -> SourceResult<f64>Expand description
Calculates the square root of a number.
#calc.sqrt(16) \
#calc.sqrt(2.5)pub fn sqrt(value: Spanned<Num>) -> SourceResult<f64>Calculates the square root of a number.
#calc.sqrt(16) \
#calc.sqrt(2.5)