yotta static method

Unit yotta(
  1. Unit unit
)

////////////// ////////////// Returns the specified unit multiplied by the factor 10<sup>24</sup>

Implementation

// SI PREFIXES //
/////////////////

/// Returns the specified unit multiplied by the factor `10<sup>24</sup>`
static Unit yotta(Unit unit) => unit.transform(E24);