Go to the source code of this file.
|
var | stan::math::hypot (const var &a, const var &b) |
| Returns the length of the hypoteneuse of a right triangle with sides of the specified lengths (C99). More...
|
|
var | stan::math::hypot (const var &a, double b) |
| Returns the length of the hypoteneuse of a right triangle with sides of the specified lengths (C99). More...
|
|
var | stan::math::hypot (double a, const var &b) |
| Returns the length of the hypoteneuse of a right triangle with sides of the specified lengths (C99). More...
|
|