OpenCMISS-Iron Internal API Documentation
maths::coth Interface Reference

Returns hyperbolic cotangent of argument. More...

Private Member Functions

real(sp) function cothsp (a)
 Calculates single precision hyperbolic cotangent function. More...
 
real(dp) function cothdp (a)
 Calculates double precision hyperbolic cotangent function. More...
 

Detailed Description

Returns hyperbolic cotangent of argument.

Definition at line 251 of file maths.f90.

Member Function/Subroutine Documentation

real(dp) function maths::coth::cothdp ( real(dp), intent(in)  a)
private

Calculates double precision hyperbolic cotangent function.

Parameters
[in]aargument to perform coth() on

Definition at line 2556 of file maths.f90.

real(sp) function maths::coth::cothsp ( real(sp), intent(in)  a)
private

Calculates single precision hyperbolic cotangent function.

Parameters
[in]aargument to perform coth() on

Definition at line 2538 of file maths.f90.