Basic Library 68K

z ValueFunctionDescriptionVariablesAMS 2.05↓AMS 2.07↑
Functions from lib68k4( )
301setMode("Display Digits","Float 7")Sets mode to display up to 7 decimal placesnone
302setMode("Display Digits","Float 8")Sets mode to display up to 8 decimal placesnone
303setMode("Display Digits","Float 9")Sets mode to display up to 9 decimal placesnone
304setMode("Display Digits","Float 10")Sets mode to display up to 10 decimal placesnone
305setMode("Display Digits","Float 11")Sets mode to display up to 11 decimal placesnone
306setMode("Display Digits","Float 12")Sets mode to display up to 12 decimal placesnone
307setMode("Angle","Radian")Sets angle mode to radiannone
308setMode("Angle","Degree")Sets angle mode to degreenone
309setMode("Exponential Format","Normal")Sets the exponential format to normal modenone
310setMode("Exponential Format","Scientific")Sets the exponential format to scientific modenone
311setMode("Exponential Format","Engineering")Sets the exponential format to engineering modenone
312setMode("Complex Format","Real")Sets the complex format to real modenone
313setMode("Complex Format","Rectangular")Sets the complex format to rectangular modenone
314setMode("Complex Format","Polar")Sets the complex format to polar modenone
315setMode("Vector Format","Rectangular")Sets the vector format to rectangular modenone
316setMode("Vector Format","Cylindrical")Sets the vector format to cylindrical modenone
317setMode("Vector Format","Spherical")Sets the vector format to spherical modenone
318setMode("Pretty Print","Off")Turns off pretty print featurenone
319setMode("Pretty Print","On")Turns on pretty print featurenone
320setMode("Split Screen","Full")Simply put, no split screennone
321setMode("Split Screen","Top-Bottom")One screen on top, the other on the bottomnone
322setMode("Split Screen","Left-Right")One screen on the left, the other on the rightnone
323setMode("Split 1 App","Home")Makes the 1st screen the homescreen, splitscreen can't be fullnone
324setMode("Split 1 App","Y= Editor")Makes the 1st screen the Y= Editor, splitscreen can't be fullnone
325setMode("Split 1 App","Window Editor")Makes the 1st screen the Window Editor, splitscreen can't be fullnone
326setMode("Split 1 App","Graph")Makes the 1st screen the Graph, splitscreen can't be fullnone
327setMode("Split 1 App","Table")Makes the 1st screen the Table, splitscreen can't be fullnone
328setMode("Split 1 App","Data/Matrix Editor")Makes the 1st screen the Data/Matrix Editor, splitscreen can't be fullnone
329setMode("Split 1 App","Program Editor")Makes the 1st screen the Program Editor, splitscreen can't be fullnone
330setTable("Independent","Auto")Makes the table set automatically str
331setMode("Split 1 App","Text Editor")Makes the 1st screen the Text Editor, splitscreen can't be fullnone
332setMode("Split 1 App","Numeric Solver")Makes the 1st screen the Numeric Solver, splitscreen can't be fullnone
333setMode("Split 2 App","Home")Makes the 2nd screen the homescreen, splitscreen can't be fullnone
334setMode("Split 2 App","Y= Editor")Makes the 2nd screen the Y= Editor, splitscreen can't be fullnone
335setMode("Split 2 App","Window Editor")Makes the 2nd screen the Window Editor, splitscreen can't be fullnone
336setMode("Split 2 App","Graph")Makes the 2nd screen the Graph, splitscreen can't be fullnone
337setMode("Split 2 App","Table")Makes the 2nd screen the Table, splitscreen can't be fullnone
338setMode("Split 2 App","Data/Matrix Editor")Makes the 2nd screen the Data/Matrix Editor, splitscreen can't be fullnone
339setMode("Split 2 App","Program Editor")Makes the 2nd screen the Program Editor, splitscreen can't be fullnone
340setTable("Independent","Ask")Doesn't make the table set automatically str
341setMode("Split 2 App","Text Editor")Makes the 2nd screen the Text Editor, splitscreen can't be fullnone
342setMode("Split 2 App","Numeric Solver")Makes the 2nd screen the Numeric Solver, splitscreen can't be fullnone
343setMode("Number of Graphs","1")In split screen mode, 1 graph is shownnone
344setMode("Number of Graphs","2")In split screen mode, 2 graphs are shownnone
345setMode("Graph 2","Function")Sets the 2nd graph to Function Modenone
346setMode("Graph 2","Parametric")Sets the 2nd graph to Parametric Modenone
347setMode("Graph 2","Polar")Sets the 2nd graph to Polar Modenone
348setMode("Graph 2","Sequence")Sets the 2nd graph to Sequence Modenone
349setMode("Graph 2","3D")Sets the 2nd graph to 3D Modenone
350setMode("Graph 2","Diff Equations")Sets the graph in splitscreen for Differential Equationsnone
351setMode("Split Screen Ratio","1:1")Sets the splitscreen ration to both equalnone
352setMode("Split Screen Ratio","1:2")Makes the 2nd split screen twice as big as the 1stnone
353setMode("Split Screen Ratio","2:1")Makes the 1st split screen twice as big as the 2nd (92+/V200 only)none
354setMode("Exact/Approx","Auto")Calculations automatically pick approximate or exact answersnone
355setMode("Exact/Approx","Exact")Calculations display exact answers, ie e=enone
356setMode("Exact/Approx","Approximate")Calculations display approximate answers, ie π=3.1415926535...none
357setMode("Base","Dec")All numbers are decimal form, input also. ie 23none
358setMode("Base","Hex")All numbers are hexadecimal form, input also. ie 0h17none
359setMode("Base","Bin")All numbers are binary form, input also. ie 0b10111none
360setUnits({"SI"})Sets measuring units to the SI systemnone
361setUnits({"ENG/US"})Sets measuring units to the US systemnone
362setUnits(a)Sets measuring units using a list of strings, a. a's 1st element must be "CUSTOM"a
363setGraph("Fields","SLPFLD")Sets the graphing fields to SLPFLDnone
364setGraph("Coordinates","Rect")Sets the coordinate system to Rect modenone
365setGraph("Coordinates","Polar")Sets the coordinate system to Polar modenone
366setGraph("Coordinates","Off")Turns off the coordinatesnone
367setGraph("Graph Order","Seq")Graphs equations 1 at a timenone
368setGraph("Graph Order","Simul")Graphs equations all at the same timenone
369setGraph("Grid","Off")Turns off the gridnone
370setGraph("Grid","On")Turns on the gridnone
371setGraph("Axes","On")Turns on the axesnone
372setGraph("Axes","Box")Turns on box form axes in 3D modenone
373setGraph("Axes","Axes")Turns on x,y,z line form axes in 3D modenone
374setGraph("Axes","Off")Turns off the axesnone
375setGraph("Leading Cursor","Off")Turns off the leading cursornone
376setGraph("Leading Cursor","On")Turns on the leading cursornone
377setGraph("Labels","Off")Turns off the graph labelsnone
378RplcPic pic1Replaces 1 picture with another on the graphpic1
379setGraph("Labels","On")Turns on the graph labelsnone
380setGraph("Style","Wire Frame")Sets the 3D graphing style to Wire Framenone
381setGraph("Style","Hidden Surface")Sets the 3D graphing style to Hidden Surfacenone
382setGraph("Style","Contour Levels")Sets the 3D graphing style to Contour Levelsnone
383setGraph("Style","Wire and Contour")Sets the 3D graphing style to Wire and Contournone
384setGraph("Style","Implicit Plot")Sets the 3D graphing style to Implicit Plotnone
385setGraph("Seq Axes","Time")Sets time axes in Sequence modenone
386setGraph("Seq Axes","Web")Sets web axes in Sequence modenone
387setGraph("Seq Axes","U1-vs-U2")Sets U1-vs-U2 custom axes in Sequence modenone
388setGraph("Solution Method","RK")Solves calculations using RK's methodnone
389setGraph("Solution Method","Euler")Solves calculations using Euler's methodnone
390setGraph("Fields","DIRFLD")Sets the graphing field to DIRFLDnone
391setGraph("Fields","FLDOFF")Sets the graphing field offnone
392NAClears most of the screen inward horizontally, then the rest inward verticallynone
393NAClears the screen outward horizontallynone
394NAClears the screen outward verticallynone
395NAClears most of the screen outward horizontally, then the rest outward verticallynone
396NAInverses most of the screen inward horizontally, then the rest inward verticallynone
397NAInverses the screen outward horizontallynone
398NAInverses the screen outward verticallynone
399NAInverses most of the screen outward horizontally, then the rest outward verticallynone
400NAClears the screen using pixel circles, starting from the top-left cornernone