Stan Math Library
4.9.0
Automatic Differentiation
|
Returns the minimum of the variable and scalar, promoting the scalar to a variable if it is larger (C99).
For fmin(a, b)
, if a's value is less than or equal to b, then a is returned, otherwise a fresh variable wrapping b is returned.
a | First variable. |
b | Second value |