|
|
(9 versions intermédiaires par 2 utilisateurs non affichées) |
Ligne 1 : |
Ligne 1 : |
| {{Navbox
| | #REDIRECT [[Modèle:TI-Basic_z80]] |
| | name = TI-Basic z80
| |
| | title = Fonctions du TI-Basic z80
| |
| | listclass = hlist
| |
| | |
| | group1 = Ecran Général
| |
| | list1 =
| |
| * [[TI-Basic/z80/Ecran/ClrHome|ClrHome]]
| |
| * [[TI-Basic/z80/Ecran/Disp|Disp]]
| |
| * [[TI-Basic/z80/Ecran/Output|Output()]]
| |
| * [[TI-Basic/z80/Ecran/Pause|Pause]]
| |
| * [[TI-Basic/z80/Ecran/Menu|Menu()]]
| |
| | |
| | group2 = Commandes Graphiques
| |
| | list2 =
| |
| * '''Paramètres:'''
| |
| * [[TI-Basic/z80/graphique/ClrDraw|ClrDraw]]
| |
| * [[TI-Basic/z80/graphique/parametres|Paramètres de Fenêtre]]
| |
| * [[TI-Basic/z80/graphique/zoom|Zooms]]
| |
| * [[TI-Basic/z80/graphique/Grid|GridOff/On]]
| |
| * [[TI-Basic/z80/graphique/Plots|PlotsOff/On]]
| |
| * [[TI-Basic/z80/graphique/Axes|AxesOff/On]]
| |
| * [[TI-Basic/z80/graphique/Fn|FnOff/On]]
| |
| * [[TI-Basic/z80/graphique/GDB|StoreGDB/RecallGDB]]
| |
| | |
| * '''Tracer des Fonctions:'''
| |
| * [[TI-Basic/z80/graphique/DrawF|DrawF]]
| |
| * [[TI-Basic/z80/graphique/DrawInv|DrawInv]]
| |
| * [[TI-Basic/z80/graphique/Tangent|Tangent()]]
| |
| * [[TI-Basic/z80/graphique/Shade|Shade()]]
| |
| | |
| * '''Graphismes:'''
| |
| * [[TI-Basic/z80/graphique/Text|Text()]]
| |
| * [[TI-Basic/z80/graphique/Pt|Pt-On/Off/Change]]
| |
| * [[TI-Basic/z80/graphique/Pxl|Pxl-On/Off/Change]]
| |
| * [[TI-Basic/z80/graphique/PxlTest|Pxl-Test()]]
| |
| * [[TI-Basic/z80/graphique/Line|Line]]
| |
| * [[TI-Basic/z80/graphique/Horizal'nVertical|Horizontal et Vertical]]
| |
| * [[TI-Basic/z80/graphique/Circle|Circle()]]
| |
| * [[TI-Basic/z80/graphique/Shade|Shade()]]
| |
| | |
| * '''Images:'''
| |
| * [[TI-Basic/z80/graphique/Pic|StorePic/RecallPic]]
| |
| | |
| | group3 = Fonctions Mathématiques
| |
| | list3 =
| |
| * '''Numérique:'''
| |
| * [[TI-Basic/z80/maths/Frac|>Frac]]
| |
| * [[TI-Basic/z80/maths/Dec|>Dec]]
| |
| * [[TI-Basic/z80/maths/iPart|iPart()]]
| |
| * [[TI-Basic/z80/maths/int|int()]]
| |
| * [[TI-Basic/z80/maths/fPart|fPart()]]
| |
| * [[TI-Basic/z80/maths/round|round()]]
| |
| | |
| * '''Probabilité:'''
| |
| * [[TI-Basic/z80/maths/rand|rand]]
| |
| * [[TI-Basic/z80/maths/randInt|randInt()]]
| |
| * [[TI-Basic/z80/maths/randNorm|randNorm()]]
| |
| * [[TI-Basic/z80/maths/randBin|randBin()]]
| |
| * [[TI-Basic/z80/maths/randM|randM()]]
| |
| * [[TI-Basic/z80/maths/nPr|nPr]]
| |
| * [[TI-Basic/z80/maths/nCr|nCr]]
| |
| * [[TI-Basic/z80/maths/factorielle|factorielle "!"]] ''(Point d'exclamation)''
| |
| | |
| * '''Calcul:'''
| |
| * [[TI-Basic/z80/maths/fMin|fMin()]]
| |
| * [[TI-Basic/z80/maths/fMax|fMax()]]
| |
| * [[TI-Basic/z80/maths/nDeriv|nDeriv()]]
| |
| * [[TI-Basic/z80/maths/fnInt|fnInt()]]
| |
| * [[TI-Basic/z80/maths/solve|solve()]]
| |
| | |
| * '''Trigonométrie:'''
| |
| * [[TI-Basic/z80/maths/sincostan|cos/sin/tan() et cos-1/sin-1/tan-1()]]
| |
| * [[TI-Basic/z80/maths/sinhcoshtanh|cosh/sinh/tanh() et sinh-1/cosh-1/tanh-1()]]
| |
| * [[TI-Basic/z80/maths/degreerad|° et r]]
| |
| * [[TI-Basic/z80/maths/RectnPolar|P>Rx(), P>Ry(), R>Pr(), et R>Pθ()]]
| |
| * [[TI-Basic/z80/maths/DMS|>DMS]]
| |
| | |
| * '''Nombres Complexes:'''
| |
| * [[TI-Basic/z80/maths/i|i]]
| |
| * [[TI-Basic/z80/maths/conj|conj()]]
| |
| * [[TI-Basic/z80/maths/real|real()]]
| |
| * [[TI-Basic/z80/maths/imag|imag()]]
| |
| * [[TI-Basic/z80/maths/angle|angle()]]
| |
| * [[TI-Basic/z80/maths/abs|abs()]]
| |
| * [[TI-Basic/z80/maths/Rect|>Rect]]
| |
| * [[TI-Basic/z80/maths/Polar|>Polar]]
| |
| | |
| * '''Exposants:'''
| |
| * [[TI-Basic/z80/maths/exposants|-1 / ² / ³]]
| |
| * [[TI-Basic/z80/maths/racine|√() / ³√() / ×√]]
| |
| * [[TI-Basic/z80/maths/10puissance|E et 10^()]]
| |
| * [[TI-Basic/z80/maths/exponentielle|e^()]]
| |
| * [[TI-Basic/z80/maths/ln|ln()]]
| |
| * [[TI-Basic/z80/maths/log()|log()]]
| |
| | |
| * [[TI-Basic/z80/maths/e|e]]
| |
| * [[TI-Basic/z80/maths/pi|π]]
| |
| * [[TI-Basic/z80/maths/min|min()]]
| |
| * [[TI-Basic/z80/maths/max|max()]]
| |
| * [[TI-Basic/z80/maths/lcm|lcm()]]
| |
| * [[TI-Basic/z80/maths/gdc|gdc()]]
| |
| | |
| | group4 = Variables
| |
| | list4 =
| |
| * [[TI-Basic/z80/variables/sto|sto →]]
| |
| * [[TI-Basic/z80/variables/DelVar|DelVar]]
| |
| * [[TI-Basic/z80/variables/alphabet|Variables numériques (Alphabet)]]
| |
| | |
| * '''Listes'''
| |
| * [[TI-Basic/z80/variables/listes|Listes]]
| |
| * [[TI-Basic/z80/variables/L|∟ de liste]]
| |
| * [[TI-Basic/z80/variables/augment/augment()|TI-Basic/z80/variables/augment/augment()]]
| |
| * [[TI-Basic/z80/variables/ClrAllLists|ClrAllLists]]
| |
| * [[TI-Basic/z80/variables/ClrList|ClrList]]
| |
| * [[TI-Basic/z80/variables/cumSum|cumSum()]]
| |
| * [[TI-Basic/z80/variables/DeltaList|ΔList()]]
| |
| * [[TI-Basic/z80/variables/dim|dim()]]
| |
| * [[TI-Basic/z80/variables/Fill|Fill()]]
| |
| * [[TI-Basic/z80/variables/ListMatr|List>Matr()]]
| |
| * [[TI-Basic/z80/variables/MatrList|Matr>List()]]
| |
| * [[TI-Basic/z80/variables/max|max()]]
| |
| * [[TI-Basic/z80/variables/min|min()]]
| |
| * [[TI-Basic/z80/variables/prod|prod()]]
| |
| * [[TI-Basic/z80/variables/Select|Select()]]
| |
| * [[TI-Basic/z80/variables/SetUpEditor|SetUpEditor]]
| |
| * [[TI-Basic/z80/variables/seq|seq()]]
| |
| * [[TI-Basic/z80/variables/SortAnSortD|SortA() et SortD()]]
| |
| * [[TI-Basic/z80/variables/sum|sum()]]
| |
| | |
| | |
| | group5 = Interaction avec l'utilisateur
| |
| | list5 =
| |
| *
| |
| | |
| | group6 = Opérateurs
| |
| | list6 =
| |
| *
| |
| | |
| | group7 = Connection
| |
| | list7 =
| |
| *
| |
| | |
| | group8 = Contrôle général
| |
| | list8 =
| |
| *
| |
| | |
| | group9 = Réglages
| |
| | list9 =
| |
| *
| |
| | |
| | group10 = Gestion de la mémoire
| |
| | list10 =
| |
| *
| |
| | |
| | group11 = Temps
| |
| | list11 =
| |
| *
| |
|
| |
| }}
| |