peta method
Returns the derived Units having the 10^15 prefix, peta (P).
Implementation
// ignore: prefer_int_literals
Units peta() => derive('peta', 'P', 1.0e15);
Returns the derived Units having the 10^15 prefix, peta (P).
// ignore: prefer_int_literals
Units peta() => derive('peta', 'P', 1.0e15);