TI-BASIC:Eng

From Learn @ Cemetech
Jump to navigationJump to search

ENG.GIF

Command Summary

Puts the calculator in engineering notation mode.

Command Syntax

Eng

Menu Location

While editing a program, press:

  1. MODE to access the mode menu.
  2. Use arrows and ENTER to select Eng.

Calculator Compatibility

TI-83/84/+/SE

Token Size

1 byte

The Eng command puts the calculator in engineering notation mode. This is a variation on scientific notation in which the exponent is restricted to be a multiple of 3 (and the mantissa can range between 1 and 1000, not including 1000 itself)

Eng
		Done
12345
		12.345e3
{1,2,3}
		{1e0 2e0 3e0}

Related Commands