Returns hyperbolic cotangent of argument.
More...
|
real(sp) function | cothsp (a) |
| Calculates single precision hyperbolic cotangent function. More...
|
|
real(dp) function | cothdp (a) |
| Calculates double precision hyperbolic cotangent function. More...
|
|
Returns hyperbolic cotangent of argument.
Definition at line 251 of file maths.f90.
real(dp) function maths::coth::cothdp |
( |
real(dp), intent(in) |
a | ) |
|
|
private |
Calculates double precision hyperbolic cotangent function.
- Parameters
-
[in] | a | argument 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] | a | argument to perform coth() on |
Definition at line 2538 of file maths.f90.