Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>fahrenheit()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FAHRENHEIT()
 Converts a temperature value from Celsius into Fahrenheit
------------------------------------------------------------------------------
 Syntax

     FAHRENHEIT(<nCelsius>) --> nFahrenheit

 Argument

     <nCelsius> Designates a temperature in Celsius.

 Returns

     FAHRENHEIT() returns the converted temperature in degrees Fahrenheit.

 Description

     This function converts Celsius temperatures into Fahrenheit equivalents.

 Example

     Convert the following Celsius temperatures to Fahrenheit:

     FAHRENHEIT(12.5)            // Result:  54.5
     FAHRENHEIT(125.0)           // Result:  257
     FAHRENHEIT(1250.0)          // Result:  2282
     FAHRENHEIT(-155.0)          // Result:  -247


See Also: CELSIUS()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson