Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ min() [1/2]

template<typename T1 , typename T2 , require_all_arithmetic_t< T1, T2 > * = nullptr>
auto stan::math::min ( T1  x,
T2  y 
)

Returns the minimum coefficient of the two specified scalar arguments.

Template Parameters
T1type of first argument (must be arithmetic)
T2type of second argument (must be arithmetic)
Parameters
xfirst argument
ysecond argument
Returns
minimum value of the two arguments

Definition at line 24 of file min.hpp.