This is inverted:
@makeMeasure NewtonPerMeter = PoundForcePerInch "lbf/in" PoundForce(Newton(1)).value / Inch(Meter(1)).value
The factor comes after everything to simplify parsing, but it would be better to position that earlier in the format 1[A] = x[B]
This is inverted:
@makeMeasure NewtonPerMeter = PoundForcePerInch "lbf/in" PoundForce(Newton(1)).value / Inch(Meter(1)).valueThe factor comes after everything to simplify parsing, but it would be better to position that earlier in the format 1[A] = x[B]