Celsius to Kelvin
C2K( celsius )
Returns the temperature converted from Celsius to Kelvin
Description
C2K( celsius )
Returns the given temperature in Kelvin.
Parameters
celsius | Temperature in Celsius |
Return value
This function converts the given temperature from Celsius to Kelvin degrees.
Example usage
C2K(20)
Returns 293.15.