mach constant

Unit const mach

A unit of velocity to express the speed of an aircraft relative to the speed of sound (standard name Mach).

Implementation

static const Unit mach =
    TransformedUnit(SI.metersPerSecond, MultiplyConverter._(331.6));