Basic Library 68K

z ValueFunctionDescriptionVariablesAMS 2.05↓AMS 2.07↑
Functions from lib68k( )
1Disp strDisplays a stringstr
2Output x,y,strPuts a string at a certain place on screenx, y, str
3ClrIOClears the BASIC program's screennone
4PausePauses the programnone
5DispGDisplays the Graphnone
6DispTblDisplays the Tablenone
7ClrTableClears the Tablenone
8ClrDrawClears the graph screennone
9LineVert xDraws a vertical line at xx
10LineHorz xDraws a horizontal line at xx
11Line x,y,a,bDraws a line from x,y to a,bx, y, a, b
12TraceLets you control the cursor on the graph screennone
13Circle x,y,aDraws a circle centered at x,y with radius ax, y, a
14PtOn x,yDraws a point at x,yx, y
15PtOff x,yTakes a point off x,yx, y
16PtChg x,yInverts the point at x,yx,y
17PxlOn x,yTurns on the pixel at x,yx, y
18PxlOff x,yTurns off the pixel at x,yx, y
19PxlChg x,yInverts the pixel at x,yx, y
20pxlTest(x,y)→aSaves the result of a pixel test on x,y to ax, y
21PxlText str,x,yPuts text at pixel x,yx, y, str
22NAInverts the entire graph screennone
23NAClears the graph, turns grid and axes offnone
24Disp x›BinDisplays x in binary formx
25Disp x›HexDisplays x in hexadecimal formx
26setMode("Graph","Function")Sets Graph mode to Functionnone
27Disp x›DecDisplays x in decimal formx
28NAWaits for a keypress, stores it in anone
29NACleans the system, then exitsnone
30NADraws a box using lines, top-left corner at x,y, width=a, height=bx, y, a, b
31NADraws a box using pixels, top-left corner at x,y, width=a, height=bx, y, a, b
32NADraws a shaded box using pixels, top-left corner at x,y, width=a, height=bx, y, a, b
33ClrGraphClears the graph screennone
34ClrHomeClears the home screennone
35DispHomeDisplays the home screennone
36PxlVert xDraws a vertical line x pixels from the leftx
37PxlHorz xDraws a horizontal line x pixels from the topx
38PxlLine x,y,a,bDraws a pixel line from x,y to a,bx, y, a, b
39PtText str,x,yDraws text at point x,ystr, x, y
40PxlCrcl x,y,aDraws a pixel circle at x,y with radius ax, y, a
41Text strDisplays a dialog box containing strstr
42abs(x)→xStores the absolute value of x into xx
43ClockOnTurns on the clocknone
×
44ClockOffTurns off the clocknone
×
45CustmOffTurns off the Custom Menunone
46CustmOnTurns on the Custom Menunone
47max(x,y)→aTakes the higher of x or y and stores it into ax, y
48min(x,y)→aTakes the lower of x or y and stores it into ax, y
49mod(x,y)→aTakes the remainder of x/y and stores it into ax, y
50nPr(x,y)→aStores number of x elements with y values possible/element
and stores it in a. Multiple y appearances allowed.
x, y
51nCr(x,y)→aStores number of x elements with y values possible/element
and stores it in a. Multiple y appearances not allowed.
x, y
52ord(str)→aTakes the 1st letter of str and returns a valuestr
53angle(expr(str))→aStores the angle measure into astr
54approx(expr(str))→aStores the approximate value of str into astr
55arcLen(expr(str),x,a,b)→cStores the arc length into cstr, x, a, b
56avgRC(expr(str),x)→aStores the average RC into cstr, x
57ceiling(expr(str))→aStores the ceiling into astr
58cFactor(expr(str))→aStores str's factors into astr
59checkTmr(x)→aChecks the timer and stores the result in a.x
×
60comDenom(expr(str))→aGets the Common Denominators of str and stores it in astr
61conj(expr(str))→aGets the conj(?) of str and stores it in astr
62cos(expr(str))→aGet the cosine of str and stores it in astr
63cos-1(expr(str))→aGet the arc cosine of str and stores it in astr
64cosh(expr(str))→aGet the cosh of str and stores it in astr
65cosh-1(expr(str))→aGet the arc cosh of str and stores it in astr
66cot(expr(str))→aGet the cotangent of str and stores it in astr
×
67cot-1(expr(str))→aGet the arc cotangent of str and stores it in astr
×
68coth(expr(str))→aGet the coth of str and stores it in astr
×
69coth-1(expr(str))→aGet the arc coth of str and stores it in astr
×
70csc(expr(str))→aGet the cosecant of str and stores it in astr
×
71csc-1(expr(str))→aGet the arc cosecant of str and stores it in astr
×
72csch(expr(str))→aGet the csch of str and stores it in astr
×
73csch-1(expr(str))→aGet the arc csch of str and stores it in astr
×
74cSolve(expr(str),x)→aSolves equation str, containing x, for xstr, x
75cZeros(expr(str),x)→aSolves equation str, containing x, for its 0'sstr, x
76dayOfWk(a,b,c)→strChecks year (a), month (b), and day (c), storing the weekday in stra, b, c
×
77d(expr(str),x)→aGets the differential of str, containing x, and stores it in astr, x
78Disp x›DDDisplays x in DD formatx
79deSolve(expr(str),x,y)→aSolves str for x and y, storing the answer in astr, x, y
80Disp x›DMSDisplays x in DMS formatx
81DrawFunc expr(str)Draws the function strstr
82DrawInv expr(str)Draws the function 1/strstr
83DrawParm expr(str),expr(a)Draws parametric of str and a, must be in Parametric modestr, a
84DrawPol expr(str)Draws polar of str, must be in Polar modestr
85DrawSlp x,y,aDraws slope form x,y,a where a=slopex, y, a
86DrwCtour expr(str)Draws the contour of str, must be in 3D modestr
87Graph expr(str)Graphs strstr
88e^(expr(str))→aMakes estr = astr
89exact(expr(str))Returns the exact form of strstr
90Exec strRuns str as an assembly programstr
91expand(expr(str))→aExpands an equation (str) into a longer onestr
92expr(str)→aStores a string (str) as expression astr
93factor(expr(str))→aFactors an equation (str) into a smaller onestr
94floor(expr(str))→aStores the floor of str in astr
95fMax(expr(str),x)→aGets the maximum value of str containing x and puts it in astr, x
96fMin(expr(str),x)→aGets the minimum value of str containing x and puts it in astr, x
97format(expr(str))→aFormats str and stores the result in astr
98fPart(x)→xPuts the fractional part (>1) of x and puts it back in xx
99gcd(expr(str),expr(x))→aPuts the greatest common denominator of str and x into astr, x
100getConfg()→aStores your TI's configuration in anone