z Value | Function | Description | Variables | AMS 2.05↓ | AMS 2.07↑ |
Functions from lib68k5( ) |
401 | NA | Inverses the screen using pixel circles, outward from the center
| none | √ | √ |
402 | NA | Shades the screen using pixel circles, outward from the center
| none | √ | √ |
403 | NA | Clears the screen using pixel circles, inward from the center
| none | √ | √ |
404 | NA | Inverses the screen using pixel circles, inward from the center
| none | √ | √ |
405 | NA | Shades the screen using pixel circles, inward from the center
| none | √ | √ |
406 | NA | Inverses the screen using circles, outward from the center
| none | √ | √ |
407 | NA | Clears the screen using circles, outward from the center
| none | √ | √ |
408 | NA | Inverses the screen using circles, inward from the center
| none | √ | √ |
409 | NA | Clears the screen using circles, inward from the center
| none | √ | √ |
410 | NA | Shades the screen using circles, inward from the center
| none | √ | √ |
411 | RplcPic pic1 | Clears the graph and displays pic1 at 0,0 | pic1 | √ | √ |
412 | NA | Draws vertical lines along the x-axis | none | √ | √ |
413 | NA | Draws horizontal lines along the y-axis | none | √ | √ |
414 | NA | Clears vertical lines along the x-axis | none | √ | √ |
415 | NA | clears horizontal lines along the y-axis | none | √ | √ |
416 | NA | Inverses vertical lines along the x-axis | none | √ | √ |
417 | NA | Inverses horizontal lines along the y-axis | none | √ | √ |
418 | NA | Draws vertical lines along the x-axis and horizontal lines along the y-axis | none | √ | √ |
419 | NA | Clears vertical lines along the x-axis and horizontal lines along the y-axis | none | √ | √ |
420 | NA | Inverses vertical lines along the x-axis and horizontal lines along the y-axis | none | √ | √ |
421 | NA | Asks for values to fill a list | a | √ | √ |
422 | NA | Asks for values to fill a list, changing them all to strings | a | √ | √ |
423 | NA | Asks for values to fill a list, changing them all to expressions | a | √ | √ |
424 | NA | Outputs the time at x,y in digital clock style | x, y | × | √ |
425 | NA | Asks for values to fill a matrix (b=width, a=height) | a, b | √ | √ |
426 | NA | Asks for values to fill a matrix (b=width, a=height), changing them all to strings | a, b | √ | √ |
427 | NA | Asks for values to fill a matrix (b=width, a=height), changing them all to expressions | a, b | √ | √ |
428 | setGraph("DE Axes","Time") | Sets time axes in Diff Equations mode | none | √ | √ |
429 | setGraph("DE Axes","t-vs-y'") | Sets t-vs-y' axes in Diff Equations mode | none | √ | √ |
430 | setGraph("DE Axes","y-vs-y'") | Sets y-vs-y' axes in Diff Equations mode | none | √ | √ |
431 | setGraph("DE Axes","y1-vs-y2") | Sets y1-vs-y2 axes in Diff Equations mode | none | √ | √ |
432 | setGraph("DE Axes","y1-vs-y2'") | Sets y1-vs-y2' axes in Diff Equations mode | none | √ | √ |
433 | setGraph("DE Axes","y1'-vs-y2'") | Sets y1'-vs-y2' axes in Diff Equations mode | none | √ | √ |
434 | setMode("Split 1 App",str) | Makes the 1st screen the str, a Flash App, splitscreen can't be full | str | √ | √ |
435 | setMode("Split 2 App",str) | Makes the 2nd screen the str, a Flash App, splitscreen can't be full | str | √ | √ |
436 | setMode("Language","English") | Sets the language to English | str | √ | √ |
437 | setMode("Language",str) | Sets the language to str | str | √ | √ |
438 | setTable("Graph <-> Table","Off") | Turns the Graph Table off
| str | √ | √ |
439 | setTable("Graph <-> Table","Off") | Turns the Graph Table on
| str | √ | √ |
440 | NA | Runs consecutively named pics for greyscale or animations | x, y | √ | √ |
441 | PlotsOff | Turns Graph Plots off | none |
√ | √ |
442 | PlotsOn | Turns Graph Plots off | none |
√ | √ |
443 | max(a,b)→x | Stores the maximum value (a or b) to x | a, b |
√ | √ |
444 | max(a,b)→x | Stores the remainder of a/b to x | a, b |
√ | √ |
445 | Input | Get points from the graph. Move the cursor and press enter | none |
√ | √ |
446 | Input | Allows user to input a number to save as x | str |
√ | √ |
447 | Input | Allows user to input a string to save as x | str |
√ | √ |
448 | nCr(a,b)→x | Stores a nCr b to x | a, b |
√ | √ |
449 | nPr(a,b)→x | Stores a nPr b to x | a, b |
√ | √ |
450 | ord(str)→x | Stores the character value of str to x | str |
√ | √ |
451 | not a→x | Stores -a-1 to x | a |
√ | √ |
452 | ClrErr | Clears Errors | none |
√ | √ |
453 | ShowStat | Displays graph/table ststistics | none |
√ | √ |
454 | PassErr | Skips Errors | none |
√ | √ |
455 | NewPic a,pic1 | Create pic1 from matrix a | a |
√ | √ |
456 | LineTan expr(str),x | Graphs the equation (str) tangent to point x | str, x |
√ | √ |
457 | PopUp a,x | Create a popup with options from list a | a |
√ | √ |
458 | left(getConfg()[4],4)→ams | Stores the AMS number to ams | none |
√ | √ |
459 | getConfg()[18]→ram | Stores the amount of RAM to ram | none |
√ | √ |
460 | getConfg()[20]→fram | Stores the amount of free RAM to fram | none |
√ | √ |
461 | getConfg()[18]-getConfg()[20]→uram | Stores the amount of used RAM to uram | none |
√ | √ |
462 | getConfg()[22]→ar | Stores the amount of Archive to ar | none |
√ | √ |
463 | getConfg()[24]→far | Stores the amount of free Archive to far | none |
√ | √ |
464 | getConfg()[22]-getConfg()[24]→uar | Stores the amount of used Archive to uar | none |
√ | √ |
465 | NA | Displays some important system information | none |
√ | √ |