Skip to content

The getNum() Command

Command Summary Command Syntax Calculator Compatibility Token Size
Returns the numerator of a fraction or given expression getNum(expression1) This command works on all calculators. X byte(s)

[MATH][9][B][1]

The getNum() Command

The getNum() command return the value of a given expression (an expression being a number or an algebraic expression).

getNum(3/5)
   3
getNum((x+1)/(x-1))
   x+1
Authors: KG