|
Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
Conversion of temperature in degrees from Celsius to Fahrenheit. More...
#include <assert.h>#include <stdio.h>Functions | |
| double | celcius_to_fahrenheit (double celsius) |
| for assert | |
| static void | test () |
| Self-test implementations. | |
| int | main () |
| Main function. | |
Conversion of temperature in degrees from Celsius to Fahrenheit.
| double celcius_to_fahrenheit | ( | double | celsius | ) |
for assert
for IO operations
Convert celsius to Fahrenheit
| celsius | Temperature in degrees celsius double |
| int main | ( | void | ) |
|
static |
Self-test implementations.