dm_deg_to_rad Function

public pure elemental function dm_deg_to_rad(a) result(b)

Uses

  • proc~~dm_deg_to_rad~~UsesGraph proc~dm_deg_to_rad dm_deg_to_rad module~dm_const dm_const proc~dm_deg_to_rad->module~dm_const module~dm_kind dm_kind module~dm_const->module~dm_kind iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env

Converts angle from degrees to radiants.

Arguments

Type IntentOptional Attributes Name
real(kind=r8), intent(in) :: a

Angle [deg].

Return Value real(kind=r8)

Angle [rad].


Called by

proc~~dm_deg_to_rad~~CalledByGraph proc~dm_deg_to_rad dm_deg_to_rad proc~dm_lua_api_deg2rad dm_lua_api_deg2rad proc~dm_lua_api_deg2rad->proc~dm_deg_to_rad proc~dm_unit_to_rad dm_unit_to_rad proc~dm_unit_to_rad->proc~dm_deg_to_rad