Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ floor() [5/8]

template<typename Container , require_ad_container_t< Container > * = nullptr>
auto stan::math::floor ( const Container &  x)
inline

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

Template Parameters
Containertype of container
Parameters
xcontainer
Returns
Greatest integer <= each value in x.

Definition at line 45 of file floor.hpp.