Nroot(z,n)
N
th
root,
√𝑧𝑧
𝑠𝑠
SHIFT ^
DmsRad(x)
Convert x as DMS to Deg and then to RAD
ALPHA ^
RadDms(x)
Convert x from radians to Deg, then DMS
SHIFT X
θ
T
SWAP
RPN only, swap stack X & T
SHIFT DEL (INS)
Plot()
Plot(expr, x-min, x-max)
F4
Plot3D()
Plot3D(expr, xy-min, xy-max)
Plot
expr
with the range given for both X and Y
independent variables
Plot3D(expr, x-min, x-max, y-min, y-max)
F3
Solve()
Solve(expr, x-min, x-max)
F5
Proot(v)
Real and complex roots of polynomial whose
coefficients are in vector
v
.
Rat(x,eps)
Finds a rational approximation p/q to
x
within
eps
.
|p/q - x| <= |eps|.
Prime(n)
Determine whether n is prime (NB: slow)
Mod(X,N)
Find X mod N
Conj(z)
Conjugate complex number
MJD(n)
Modified Julian day number for date yyyymmdd
Date(n)
Date as integer yyyymmdd from modified julian day
number
Price(settlement,
maturity,
rate,
yield,
redemption,
frequency)
Bond price
eg.
price(20080215,20171115,5.75,6.5,100,2)
gives
94.635449207...
NB: same parameters as Excel.
Mduration(settlement,
maturity,
coupon,
yield,
call,
frequency)
Modified Macauley Duration for Bonds
eg
mduration(20080101,20160101,8,9,100,2)
gives,
5.7356698139..
NB: same as Excel, except call parameter added.
Floor(x)
Floor function of x
Ran(n)
Random number 1 to n
NRan(n,m)
Non-random number 1 to n with m max non-
occurance.
//
Parallel operator, x//y = 1/(1/x + 1/y)
Divide key
Features Planned
Many features are missing from this release. Major regrets are:
•
Numerical integration.
•
Polynomial CAS and Taylor series
2
•
Helpful mode and operational display annunciators.
.
2
CAS features are not planned in general, except for polynomials.