z Value | Function | Description | Variables | AMS 2.05↓ | AMS 2.07↑ |
Functions from lib68k( ) | |||||
---|---|---|---|---|---|
1 | Disp str | Displays a string | str | ||
2 | Output x,y,str | Puts a string at a certain place on screen | x, y, str | ||
3 | ClrIO | Clears the BASIC program's screen | none | ||
4 | Pause | Pauses the program | none | ||
5 | DispG | Displays the Graph | none | ||
6 | DispTbl | Displays the Table | none | ||
7 | ClrTable | Clears the Table | none | ||
8 | ClrDraw | Clears the graph screen | none | ||
9 | LineVert x | Draws a vertical line at x | x | ||
10 | LineHorz x | Draws a horizontal line at x | x | ||
11 | Line x,y,a,b | Draws a line from x,y to a,b | x, y, a, b | ||
12 | Trace | Lets you control the cursor on the graph screen | none | ||
13 | Circle x,y,a | Draws a circle centered at x,y with radius a | x, y, a | ||
14 | PtOn x,y | Draws a point at x,y | x, y | ||
15 | PtOff x,y | Takes a point off x,y | x, y | ||
16 | PtChg x,y | Inverts the point at x,y | x,y | ||
17 | PxlOn x,y | Turns on the pixel at x,y | x, y | ||
18 | PxlOff x,y | Turns off the pixel at x,y | x, y | ||
19 | PxlChg x,y | Inverts the pixel at x,y | x, y | ||
20 | pxlTest(x,y)→a | Saves the result of a pixel test on x,y to a | x, y | ||
21 | PxlText str,x,y | Puts text at pixel x,y | x, y, str | ||
22 | NA | Inverts the entire graph screen | none | ||
23 | NA | Clears the graph, turns grid and axes off | none | ||
24 | Disp x›Bin | Displays x in binary form | x | ||
25 | Disp x›Hex | Displays x in hexadecimal form | x | ||
26 | setMode("Graph","Function") | Sets Graph mode to Function | none | ||
27 | Disp x›Dec | Displays x in decimal form | x | ||
28 | NA | Waits for a keypress, stores it in a | none | ||
29 | NA | Cleans the system, then exits | none | ||
30 | NA | Draws a box using lines, top-left corner at x,y, width=a, height=b | x, y, a, b | ||
31 | NA | Draws a box using pixels, top-left corner at x,y, width=a, height=b | x, y, a, b | ||
32 | NA | Draws a shaded box using pixels, top-left corner at x,y, width=a, height=b | x, y, a, b | ||
33 | ClrGraph | Clears the graph screen | none | ||
34 | ClrHome | Clears the home screen | none | ||
35 | DispHome | Displays the home screen | none | ||
36 | PxlVert x | Draws a vertical line x pixels from the left | x | ||
37 | PxlHorz x | Draws a horizontal line x pixels from the top | x | ||
38 | PxlLine x,y,a,b | Draws a pixel line from x,y to a,b | x, y, a, b | ||
39 | PtText str,x,y | Draws text at point x,y | str, x, y | ||
40 | PxlCrcl x,y,a | Draws a pixel circle at x,y with radius a | x, y, a | ||
41 | Text str | Displays a dialog box containing str | str | ||
42 | abs(x)→x | Stores the absolute value of x into x | x | ||
43 | ClockOn | Turns on the clock | none | ||
44 | ClockOff | Turns off the clock | none | ||
45 | CustmOff | Turns off the Custom Menu | none | ||
46 | CustmOn | Turns on the Custom Menu | none | ||
47 | max(x,y)→a | Takes the higher of x or y and stores it into a | x, y | ||
48 | min(x,y)→a | Takes the lower of x or y and stores it into a | x, y | ||
49 | mod(x,y)→a | Takes the remainder of x/y and stores it into a | x, y | ||
50 | nPr(x,y)→a | Stores number of x elements with y values possible/element and stores it in a. Multiple y appearances allowed. | x, y | ||
51 | nCr(x,y)→a | Stores number of x elements with y values possible/element and stores it in a. Multiple y appearances not allowed. | x, y | ||
52 | ord(str)→a | Takes the 1st letter of str and returns a value | str | ||
53 | angle(expr(str))→a | Stores the angle measure into a | str | ||
54 | approx(expr(str))→a | Stores the approximate value of str into a | str | ||
55 | arcLen(expr(str),x,a,b)→c | Stores the arc length into c | str, x, a, b | ||
56 | avgRC(expr(str),x)→a | Stores the average RC into c | str, x | ||
57 | ceiling(expr(str))→a | Stores the ceiling into a | str | ||
58 | cFactor(expr(str))→a | Stores str's factors into a | str | ||
59 | checkTmr(x)→a | Checks the timer and stores the result in a. | x | ||
60 | comDenom(expr(str))→a | Gets the Common Denominators of str and stores it in a | str | ||
61 | conj(expr(str))→a | Gets the conj(?) of str and stores it in a | str | ||
62 | cos(expr(str))→a | Get the cosine of str and stores it in a | str | ||
63 | cos-1(expr(str))→a | Get the arc cosine of str and stores it in a | str | ||
64 | cosh(expr(str))→a | Get the cosh of str and stores it in a | str | ||
65 | cosh-1(expr(str))→a | Get the arc cosh of str and stores it in a | str | ||
66 | cot(expr(str))→a | Get the cotangent of str and stores it in a | str | ||
67 | cot-1(expr(str))→a | Get the arc cotangent of str and stores it in a | str | ||
68 | coth(expr(str))→a | Get the coth of str and stores it in a | str | ||
69 | coth-1(expr(str))→a | Get the arc coth of str and stores it in a | str | ||
70 | csc(expr(str))→a | Get the cosecant of str and stores it in a | str | ||
71 | csc-1(expr(str))→a | Get the arc cosecant of str and stores it in a | str | ||
72 | csch(expr(str))→a | Get the csch of str and stores it in a | str | ||
73 | csch-1(expr(str))→a | Get the arc csch of str and stores it in a | str | ||
74 | cSolve(expr(str),x)→a | Solves equation str, containing x, for x | str, x | ||
75 | cZeros(expr(str),x)→a | Solves equation str, containing x, for its 0's | str, x | ||
76 | dayOfWk(a,b,c)→str | Checks year (a), month (b), and day (c), storing the weekday in str | a, b, c | ||
77 | d(expr(str),x)→a | Gets the differential of str, containing x, and stores it in a | str, x | ||
78 | Disp x›DD | Displays x in DD format | x | ||
79 | deSolve(expr(str),x,y)→a | Solves str for x and y, storing the answer in a | str, x, y | ||
80 | Disp x›DMS | Displays x in DMS format | x | ||
81 | DrawFunc expr(str) | Draws the function str | str | ||
82 | DrawInv expr(str) | Draws the function 1/str | str | ||
83 | DrawParm expr(str),expr(a) | Draws parametric of str and a, must be in Parametric mode | str, a | ||
84 | DrawPol expr(str) | Draws polar of str, must be in Polar mode | str | ||
85 | DrawSlp x,y,a | Draws slope form x,y,a where a=slope | x, y, a | ||
86 | DrwCtour expr(str) | Draws the contour of str, must be in 3D mode | str | ||
87 | Graph expr(str) | Graphs str | str | ||
88 | e^(expr(str))→a | Makes estr = a | str | ||
89 | exact(expr(str)) | Returns the exact form of str | str | ||
90 | Exec str | Runs str as an assembly program | str | ||
91 | expand(expr(str))→a | Expands an equation (str) into a longer one | str | ||
92 | expr(str)→a | Stores a string (str) as expression a | str | ||
93 | factor(expr(str))→a | Factors an equation (str) into a smaller one | str | ||
94 | floor(expr(str))→a | Stores the floor of str in a | str | ||
95 | fMax(expr(str),x)→a | Gets the maximum value of str containing x and puts it in a | str, x | ||
96 | fMin(expr(str),x)→a | Gets the minimum value of str containing x and puts it in a | str, x | ||
97 | format(expr(str))→a | Formats str and stores the result in a | str | ||
98 | fPart(x)→x | Puts the fractional part (>1) of x and puts it back in x | x | ||
99 | gcd(expr(str),expr(x))→a | Puts the greatest common denominator of str and x into a | str, x | ||
100 | getConfg()→a | Stores your TI's configuration in a | none |