Waveform filter programs

◆ convert_pt100_ohms_to_Kelvin()

double DDAS3::convert_pt100_ohms_to_Kelvin ( double  ohms)

Definition at line 118 of file sigscale.cc.

References convert_pt100_ohms_to_celsius().

Referenced by convert_to_display_units().

119  {
120  return( 273.15 + convert_pt100_ohms_to_celsius(ohms)) ;
121  } // double convert_pt100_ohms_to_Kelvin(double ohms)
double convert_pt100_ohms_to_celsius(double ohms)
Definition: sigscale.cc:110
Here is the call graph for this function:
Here is the caller graph for this function: