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