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

◆ ceil() [5/8]

template<typename Container , require_not_container_st< std::is_arithmetic, Container > * = nullptr, require_all_not_nonscalar_prim_or_rev_kernel_expression_t< Container > * = nullptr, require_container_t< Container > * = nullptr>
auto stan::math::ceil ( Container &&  x)
inline

Returns the elementwise ceil() of the input, which may be a scalar or any Stan container of numeric scalars.

Template Parameters
Containertype of container
Parameters
xcontainer
Returns
Least integer >= each value in x.

Definition at line 45 of file ceil.hpp.