Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
rad2deg
Interface
experimental
4 statements
Source File
stdlib_math.fypp
stdlib_math
rad2deg
Contents
Module Procedures
rad2deg_sp
rad2deg_dp
public interface rad2deg
rad2deg
converts phase angles from radians to degrees. (
Specification
)
Module Procedures
private elemental function rad2deg_sp(theta) result(result)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=sp),
intent(in)
::
theta
Return Value
real(kind=sp)
private elemental function rad2deg_dp(theta) result(result)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in)
::
theta
Return Value
real(kind=dp)