Stan Math Library  2.15.0
reverse mode automatic differentiation
Static Public Member Functions | List of all members
stan::math::atanh_fun Struct Reference

Structure to wrap atanh() so it can be vectorized. More...

#include <atanh.hpp>

Static Public Member Functions

template<typename T >
static T fun (const T &x)
 Return the inverse hypberbolic tangent of the specified argument. More...
 

Detailed Description

Structure to wrap atanh() so it can be vectorized.

Definition at line 13 of file atanh.hpp.

Member Function Documentation

§ fun()

template<typename T >
static T stan::math::atanh_fun::fun ( const T &  x)
inlinestatic

Return the inverse hypberbolic tangent of the specified argument.

Parameters
xArgument.
Returns
Inverse hyperbolic tangent of the argument.
Template Parameters
TArgument type.

Definition at line 22 of file atanh.hpp.


The documentation for this struct was generated from the following file:

     [ Stan Home Page ] © 2011–2016, Stan Development Team.