Skip to content

Using Engineering Notation

A simple key operation transforms a displayed value to engineering notation.


Example 1: Transform the value 1234 to engineering notation, shifting the decimal point to the right.

  • 1234
  • 1234
  • 1,234×103
  • 1234×100

Example 2: Transform the value 123 to engineering notation, shifting the decimal point to the left.

  • 123
  • 123
  • (←)
  • 0,123×103
  • (←)
  • 0,000123×106

print this page
Top of page