fuellib.convert.C2F
- fuellib.convert.C2F(T: float) float
- fuellib.convert.C2F(T: ndarray[tuple[int]]) ndarray[tuple[int]]
Convert temperature from Celsius to Fahrenheit.
- Parameters:
T (float | ndarray[tuple[int]]) – Temperature in Celsius.
- Returns:
Temperature in Fahrenheit.
- Return type:
float | ndarray[tuple[int]]