1#ifndef STAN_MATH_FWD_FUN_ROUND_HPP
2#define STAN_MATH_FWD_FUN_ROUND_HPP
static constexpr double NOT_A_NUMBER
(Quiet) not-a-number value.
bool is_nan(T &&x)
Returns 1 if the input's value is NaN and 0 otherwise.
fvar< T > round(const fvar< T > &x)
Return the closest integer to the specified argument, with halfway cases rounded away from zero.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
Scalar val_
The value of this variable.
This template class represents scalars used in forward-mode automatic differentiation,...