peta method

Units peta()

Returns the derived Units having the 10^15 prefix, peta (P).

Implementation

// ignore: prefer_int_literals
Units peta() => derive('peta', 'P', 1.0e15);