introduced. Also, comDenom() can achieve
partial factoring if factor() is too slow or
exhausts memory. See also cFactor()
(ratNum)
Return factors of rational number ratNum. Use
isPrime(), instead, to more quickly determine if
ratNum is prime.
Fill
expr,matVar
expr,listVar
Replace each element in matVar or listVar with
expr. matVar and listVar are variable names,
and the variables must exist.
floor()
(expr), (list), (matrix)
Return greatest integer which is less than or
equal to the argument. The argument may be
real or complex. floor() is identical to int(). See
also ceiling().
fMax(expr,var)
Return Boolean expression specifying possible
values of var which maximize expr with respect
to var, or locate the least upper bound. Use the
"with" operator "|" to limit the solution range or
add constraints. In Approx mode, fMax() finds
one approximate local maximum.
fMin(expr,var)
Return Boolean expression specifying possible
values of var which minimize expr with respect
to var, or locate the greatest lower bound. Use
the "with" operator "|" to limit the solution range
or add constraints. In Approx mode, fMin() finds
one approximate local minimum.
FnOff [1] [,2] ... [,99]
Deselects all Y= functions, with no arguments.
Optional arguments specify Y= functions to
deselect.
FnOn [1] [,2] ... [,99]
Selects all Y= functions, with no arguments.
Optional arguments specify Y= functions to
select. In 3D mode only, selecting any function
deselects all other functions.
For
For var,low,high [,step] : block : EndFor
Execute each statement in block iteratively for
each value of var. var ranges from low to high
and increments by step. step may be positive or
negative and the default is 1. var cannot be a
system variable.
format(expr,format)
Return expression expression as a string
formatted with the numeric format string format:
"F[n]" Fixed format; n is number of digits after
the decimal point.
"S[n]" Scientific format; n is the number of digits
after the decimal point.
"E[n]" Engineering format; n is the number of
digits after the first significant digit. Mantissa
radix point is adjusted so that exponent is a
power of three.
"G[n][c]" General format; samed as fixed, but
digits to the left of the radix are separated in
groups of three, separated by the c character.
By default c is a comma; if c is a period, the
radix point is a comma.
The suffix [Rc] may be added to any of the
format codes. c is a single character which
specifies the radix point character.
fpart()
(expr), (list), (matrix)
Return the fractional part of the argument, which
may be real or complex.
Func
Func : block : EndFunc
Func is required as the first statement of a
multi-statement function definition.
gcd()
(number1,number2), (list1,list2),
(matrix1,matrix2)
Return the greatest common denominator of the
arguments. The GCD of two fractions is the
GCD of the numerators divided by the least
common multiple of the denominators. The GCD
of fractional floating-point numbers is 1.0 in Auto
or Approx mode. If the arguments are lists or
matricec, the GCD of each corresponding
element is returned.
Get var
Retrieve a CBL or CBR value from the link port
and store it in var.
15 - 8
Summary of Contents for TI-92+
Page 52: ...Component side of PCB GraphLink I O connector detail 1 41...
Page 53: ...LCD connector detail PCB switch side 1 42...
Page 54: ...Key pad sheet contact side Key pad sheet key side 1 43...
Page 55: ...Key cap detail 1 44...
Page 57: ...Component side of PCB with shield removed A detail view of the intergrated circuits 1 46...
Page 410: ...void extensionroutine2 void Credit to Bhuvanesh Bhatt 10 4...