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