- 4.45.2.14 -
Standard Units
Math Unit
Math Unit Procedures and FunctionsCelsToFahr function
Targets: MS-DOS, OS/2, Win32
Math Unit
Converts Celsius to Fahrenheit.
Declaration:
function CelsToFahr(Celsius: Extended): Extended;
Remarks:
Use CelsToFahr to convert temperature measured in Celsius
into Fahrenheit. CelsToFahr uses the formula
Celsius * 9.0 / 5.0 + 32.0
|
|
|
Ceil function |
Table of Content |
ChgSign function |
- 4.45.2.14 -