Skip to main content

hypot

Function hypot 

Source
pub fn hypot(arg1: Expr, arg2: Expr) -> Expr
Expand description

Returns sqrt(a^2 + b^2) without intermediate overflow or underflow.