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