Stan Math Library
4.9.0
Automatic Differentiation
|
auto stan::math::min | ( | T1 | x, |
T2 | y | ||
) |
Returns the minimum coefficient of the two specified scalar arguments.
T1 | type of first argument (must be arithmetic) |
T2 | type of second argument (must be arithmetic) |
x | first argument |
y | second argument |