E

e

 

e

Returns decimal approximation of the constant e.

e^(

 

e^(power)

Returns e raised to power.

e^(

 

e^(list)

Returns a list of e raised to a list of powers.

â

 

Exponent:
valueâexponent

Returns value times 10 to the exponent.

â

 

Exponent:
listâexponent

Returns list elements times 10 to the exponent.

â

 

Exponent:
matrixâexponent

Returns matrix elements times 10 to the exponent.

4Eff(

 

4Eff(nominal rate,
compounding periods)

Computes the effective interest rate.

Else

 

Else

See If:Then:Else

End

 

End

Identifies end of For(, IfThenElse, Repeat, or While loop.

Eng

 

Eng

Sets engineering display mode.

Equ4String(

 

Equ4String(Y= var,Strn)

Converts the contents of a Y= var to a string and stores it in Strn

eval(

eval(expression)

Returns an evaluated expression as a string with 8 significant digits. The expression must be real.

eval(

eval(expression)

Returns an evaluated expression as a string with 8 significant digits. The expression must simplify to a real expression.

ExecLib

 

ExecLib

Extends TI-Basic (not available)

expr(

 

expr(string)

Converts the character string contained in string to an expression and executes the expression. string can be a string or a string variable.

ExpReg

 

ExpReg [Xlistname,Ylistname,freqlist,regequ]

Fits an exponential regression model to Xlistname and Ylistname with frequency freqlist, and stores the regression equation to regequ.

ExprOff

 

ExprOff

Turns off the expression display during TRACE.

ExprOn

 

ExprOn

Turns on the expression display during TRACE.