Searched defs:engineering (Results 1 – 4 of 4) sorted by relevance
88 public static ScientificNotation engineering() { in engineering() method in Notation
87 public static ScientificNotation engineering() { in engineering() method in Notation
28 ScientificNotation Notation::engineering() { in engineering() function in Notation
214 int engineering = maxInt < 0 ? -1 : maxInt; in oldToNew() local