rad constant

Unit const rad

////////////////////////// ////////////////////////// A unit of radiation dose absorbed equal to a dose of 0.01 joule of energy per kilogram of mass (J/kg) (standard name rd).

Implementation

// Radiation dose absorbed //
/////////////////////////////

/// A unit of radiation dose absorbed equal to a dose of 0.01 joule of
/// energy per kilogram of mass (J/kg) (standard name `rd`).
static const Unit rad = TransformedUnit(SI.gray, SI.Em2);