Application Guide

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 77