Where can I find the function of "asinh()"?

In the file "standard_real.hxx" of OpenCasCade 5.1 , there is a function "asinh()", but where is the definition of the function?

Rob Bachrach's picture

The declaration is in Standard_math.hxx.
The implementation is in Standard_math.cxx.