Evaluate the length of the hypotenuse of two inputs. More...
AFAPI array | hypot (const array &lhs, const array &rhs) |
C++ Interface to calculate the length of the hypotenuse of two inputs. More... | |
AFAPI array | hypot (const array &lhs, const double rhs) |
C++ Interface to calculate the length of the hypotenuse of two inputs. More... | |
AFAPI array | hypot (const double lhs, const array &rhs) |
C++ Interface to calculate the length of the hypotenuse of two inputs. More... | |
Evaluate the length of the hypotenuse of two inputs.
C++ Interface to calculate the length of the hypotenuse of two inputs.
Calculates the hypotenuse of two inputs. The inputs can be both arrays or can be an array and a scalar.
[in] | lhs | length of first side |
[in] | rhs | length of second side |
C++ Interface to calculate the length of the hypotenuse of two inputs.
Calculates the hypotenuse of two inputs. The inputs can be both arrays or can be an array and a scalar.
[in] | lhs | length of first side |
[in] | rhs | length of second side |
C++ Interface to calculate the length of the hypotenuse of two inputs.
Calculates the hypotenuse of two inputs. The inputs can be both arrays or can be an array and a scalar.
[in] | lhs | length of first side |
[in] | rhs | length of second side |