Codebox Operators hypot

hypot

Hypotenuse of the inputs

hypot(in1, in2): out1

Arguments:

Arguments

NameTypeDefaultDescription
in1number

Opposite/adjacent side a.

in2number

Opposite/adjacent side b.

Returns

NameTypeDescription
out1number

The hypotenuse of the two inputs.