celcius_to_fahrenheit_r32 Function

public elemental function celcius_to_fahrenheit_r32(C) result(F)

Arguments

Type IntentOptional AttributesName
real(kind=real32), intent(in) :: C

Return Value real(kind=real32)


Contents

None