Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the value of the specified arithmetic argument unmodified with its own declared type.
This template function can only be instantiated with arithmetic types as defined by std library's is_arithmetic
trait metaprogram.
This function differs from value_of
in that it does not cast all return types to double
.
T | type of arithmetic input. |
x | input. |
Definition at line 28 of file primitive_value.hpp.