Func
Catalog >
Block
can be a single statement, a series
of statements separated with the “:”
character, or a series of statements on
separate lines. The function can use the
Return
instruction to return a specific result.
Note for entering the example:
For
instructions on entering multi-line program
and function definitions, refer to the
Calculator section of your product
guidebook.
Result of graphing g(x)
G
gcd()
Catalog >
gcd(
Number1, Number2
)
⇒
expression
Returns the greatest common divisor of the
two arguments. The
gcd
of two fractions is
the
gcd
of their numerators divided by the
lcm
of their denominators.
In Auto or Approximate mode, the
gcd
of
fractional floating-point numbers is 1.0.
gcd(
List1, List2
)
⇒
list
Returns the greatest common divisors of
the corresponding elements in
List1
and
List2
.
gcd(
Matrix1, Matrix2
)
⇒
matrix
Returns the greatest common divisors of
the corresponding elements in
Matrix1
and
Matrix2
.
geomCdf()
Catalog >
geomCdf(
p
,
lowBound
,
upBound
)
⇒
number
Alphabetical Listing
79
Summary of Contents for TI-Nspire CAS
Page 4: ...4 Service and Warranty Information 249 Index 251 ...
Page 248: ...248 ...
Page 250: ...250 ...