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
.
pub fn sqrt(expression: ArcIntern<Expression>) -> ArcIntern<Expression>
Create an ArcIntern<Expression>
representing sqrt(expression)
.
A wrapper around Expression::FunctionCall
with ExpressionFunction::SquareRoot
.