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

◆ erfcx() [5/6]

template<typename T , require_all_not_nonscalar_prim_or_rev_kernel_expression_t< T > * = nullptr, require_container_t< T > * = nullptr, require_not_var_matrix_t< T > * = nullptr>
auto stan::math::erfcx ( T &&  x)
inline

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

Template Parameters
Ttype of container
Parameters
xcontainer
Returns
Scaled complementary error function applied to each value in x.

Definition at line 320 of file erfcx.hpp.