tera method

Units tera()

Returns the derived Units having the 10^12 prefix, tera (T).

Implementation

// ignore: prefer_int_literals
Units tera() => derive('tera', 'T', 1.0e12);