#ifndef calculate_H #define calculate_H float absoluteHumidityFloat(float temperature, float humidity); #endif