Function sqrt

Source
pub fn sqrt(expression: ArcIntern<Expression>) -> ArcIntern<Expression>
Expand description

Create an ArcIntern<Expression> representing sqrt(expression).

A wrapper around Expression::FunctionCall with ExpressionFunction::SquareRoot.