curie constant

Unit const curie

/////////////////////// /////////////////////// A unit of radioctive activity equal to the activity of a gram of radium (standard name Ci).

Implementation

// Radioactive activity //
//////////////////////////

/// A unit of radioctive activity equal to the activity of a gram of radium
/// (standard name `Ci`).
static const Unit curie = TransformedUnit(
    SI.becquerel, RationalConverter._(RationalNumber._(37000000000)));