toBtu static method

double toBtu(
  1. double value
)

Converts the supplied Joules value to Btu

Implementation

static double toBtu(double value) => value / 1055.06;