Toggle navigation
Foreng
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
tanhd
Interface
4 statements
Source File
math_trig.f90
foreng_math_trig
tanhd
Contents
Module Procedures
tanhd_r32
tanhd_r64
public interface tanhd
Contents
Module Procedures
tanhd_r32
tanhd_r64
Module Procedures
public elemental function
tanhd_r32
(theta) result(tanhd)
Single precision
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real32),
intent(in)
::
theta
in degrees
Return Value
real(kind=real32)
public elemental function
tanhd_r64
(theta) result(tanhd)
Double precision
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
theta
in degrees
Return Value
real(kind=real64)