Evaluate the length of the hypotenuse of two inputs. More...
| array | hypot (const array &lhs, const array &rhs) | 
| C++ Interface to calculate the length of the hypotenuse of two inputs. | |
| array | hypot (const array &lhs, const double rhs) | 
| C++ Interface to calculate the length of the hypotenuse of two inputs. | |
| array | hypot (const double lhs, const array &rhs) | 
| C++ Interface to calculate the length of the hypotenuse of two inputs. | |
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 |