|
|
Ligne 1 : |
Ligne 1 : |
| {{Navbox
| | #REDIRECT [[Modèle:TI-Basicz80]] |
| | 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/PlotsOff|PlotsOff/On]]
| |
| * [[TI-Basic/z80/graphique/Diagnostic|DiagnosticOff/On]]
| |
| * [[TI-Basic/z80/graphique/Label|LabelOff/On]]
| |
| * [[TI-Basic/z80/graphique/Expr|ExprOff/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/numeric/Frac|>Frac]]
| |
| * [[TI-Basic/z80/maths/numeric/Dec|>Dec]]
| |
| * [[TI-Basic/z80/maths/numeric/iPart|iPart()]]
| |
| * [[TI-Basic/z80/maths/numeric/int|int()]]
| |
| * [[TI-Basic/z80/maths/numeric/fPart|fPart()]]
| |
| * [[TI-Basic/z80/maths/numeric/round|round()]]
| |
| | |
| * '''Probabilité:'''
| |
| * [[TI-Basic/z80/maths/proba/rand|rand]]
| |
| * [[TI-Basic/z80/maths/proba/randInt|randInt()]]
| |
| * [[TI-Basic/z80/maths/proba/randNorm|randNorm()]]
| |
| * [[TI-Basic/z80/maths/proba/randBin|randBin()]]
| |
| * [[TI-Basic/z80/maths/proba/randM|randM()]]
| |
| * [[TI-Basic/z80/maths/proba/nPr|nPr]]
| |
| * [[TI-Basic/z80/maths/proba/nCr|nCr]]
| |
| * [[TI-Basic/z80/maths/proba/factorielle|factorielle "!"]] ''(Point d'exclamation)''
| |
| | |
| * '''Calcul:'''
| |
| * [[TI-Basic/z80/maths/calcul/fMin|fMin()]]
| |
| * [[TI-Basic/z80/maths/calcul/fMax|fMax()]]
| |
| * [[TI-Basic/z80/maths/calcul/nDeriv|nDeriv()]]
| |
| * [[TI-Basic/z80/maths/calcul/fnInt|fnInt()]]
| |
| * [[TI-Basic/z80/maths/calcul/solve|solve()]]
| |
| | |
| * '''Trigonométrie:'''
| |
| * [[TI-Basic/z80/maths/trigo/sincostan|cos/sin/tan() et cos-1/sin-1/tan-1()]]
| |
| * [[TI-Basic/z80/maths/trigo/sinhcoshtanh|cosh/sinh/tanh() et sinh-1/cosh-1/tanh-1()]]
| |
| * [[TI-Basic/z80/maths/trigo/degreerad|° et r]]
| |
| * [[TI-Basic/z80/maths/trigo/RectnPolar|P>Rx(), P>Ry(), R>Pr(), et R>Pθ()]]
| |
| * [[TI-Basic/z80/maths/trigo/DMS|>DMS]]
| |
| | |
| * '''Nombres Complexes:'''
| |
| * [[TI-Basic/z80/maths/complexes/i|i]]
| |
| * [[TI-Basic/z80/maths/complexes/conj|conj()]]
| |
| * [[TI-Basic/z80/maths/complexes/real|real()]]
| |
| * [[TI-Basic/z80/maths/complexes/imag|imag()]]
| |
| * [[TI-Basic/z80/maths/complexes/angle|angle()]]
| |
| * [[TI-Basic/z80/maths/complexes/abs|abs()]]
| |
| * [[TI-Basic/z80/maths/complexes/Rect|>Rect]]
| |
| * [[TI-Basic/z80/maths/complexes/Polar|>Polar]]
| |
| | |
| * '''Exposants:'''
| |
| * [[TI-Basic/z80/maths/exposants/exposants|-1 / ² / ³]]
| |
| * [[TI-Basic/z80/maths/exposants/racine|√() / ³√() / ×√]]
| |
| * [[TI-Basic/z80/maths/exposants/10puissance|E et 10^()]]
| |
| * [[TI-Basic/z80/maths/exposants/exponentielle|e^()]]
| |
| * [[TI-Basic/z80/maths/exposants/ln|ln()]]
| |
| * [[TI-Basic/z80/maths/exposants/log()|log()]]
| |
| | |
| * '''Statistiques:'''
| |
| * [[TI-Basic/z80/maths/stats/1VarStats|1-VarStats]]
| |
| * [[TI-Basic/z80/maths/stats/2VarStats|2-VarStats]]
| |
| * [[TI-Basic/z80/maths/stats/mean|mean()]]
| |
| * [[TI-Basic/z80/maths/stats/median|median()]]
| |
| * [[TI-Basic/z80/maths/stats/stdDev|stdDev()]]
| |
| * [[TI-Basic/z80/maths/stats/variance|variance()]]
| |
| * [[TI-Basic/z80/maths/stats/Plots|Plot1() Plot2() Plot3()]]
| |
| * [[TI-Basic/z80/maths/stats/Select|Select()]]
| |
| | |
| * '''Probabilités:'''
| |
| * [[TI-Basic/z80/maths/proba/normalpdf|normalpdf()]]
| |
| * [[TI-Basic/z80/maths/proba/normalcdf|normalcdf()]]
| |
| * [[TI-Basic/z80/maths/proba/invNorm|invNorm()]]
| |
| * [[TI-Basic/z80/maths/proba/ShadeNorm|ShadeNorm()]]
| |
| * [[TI-Basic/z80/maths/proba/tpdf|tpdf()]]
| |
| * [[TI-Basic/z80/maths/proba/tcdf|tcdf()]]
| |
| * [[TI-Basic/z80/maths/proba/invT|invT()]]
| |
| * [[TI-Basic/z80/maths/proba/ShadeT|Shade_t()]]
| |
| * [[TI-Basic/z80/maths/proba/X2pdf|X²pdf()]]
| |
| * [[TI-Basic/z80/maths/proba/X2cdf|X²cdf()]]
| |
| * [[TI-Basic/z80/maths/proba/ShadeX2|ShadeX²()]]
| |
| * [[TI-Basic/z80/maths/proba/Fpdf|Fpdf()]]
| |
| * [[TI-Basic/z80/maths/proba/Fcdf|Fcdf()]]
| |
| * [[TI-Basic/z80/maths/proba/ShadeF|ShadeF()]]
| |
| * [[TI-Basic/z80/maths/proba/binompdf|binompdf()]]
| |
| * [[TI-Basic/z80/maths/proba/binomcdf|binomcdf()]]
| |
| * [[TI-Basic/z80/maths/proba/poissonpdf|poissonpdf()]]
| |
| * [[TI-Basic/z80/maths/proba/poissoncdf|poissoncdf()]]
| |
| * [[TI-Basic/z80/maths/proba/geometpdf|geometpdf()]]
| |
| * [[TI-Basic/z80/maths/proba/geometcdf|geometcdf()]]
| |
| * [[TI-Basic/z80/maths/proba/Zinterval|ZInterval]]
| |
| * [[TI-Basic/z80/maths/proba/Tinterval|TInterval]]
| |
| * [[TI-Basic/z80/maths/proba/2-SampZInt|2-SampZInt()]]
| |
| * [[TI-Basic/z80/maths/proba/2-SampTInt|2-SampTInt()|]]
| |
| * [[TI-Basic/z80/maths/proba/1-PropZInt|1-PropZInt()]]
| |
| * [[TI-Basic/z80/maths/proba/2-PropZInt|2-PropZInt()]]
| |
| * [[TI-Basic/z80/maths/proba/LinRegTInt|LinRegTInt]]
| |
| | |
| * '''Significativité:'''
| |
| * [[TI-Basic/z80/maths/significativite/Z-Test|Z-Test()]]
| |
| * [[TI-Basic/z80/maths/significativite/T-Test|T-Test()]]
| |
| * [[TI-Basic/z80/maths/significativite/2-SampZTest|2-SampZTest()]]
| |
| * [[TI-Basic/z80/maths/significativite/2-SampTTest|2-SampTTest()]]
| |
| * [[TI-Basic/z80/maths/significativite/1-PropZTest|1-PropZTest()]]
| |
| * [[TI-Basic/z80/maths/significativite/2-PropZTest|2-PropZTest()]]
| |
| * [[TI-Basic/z80/maths/significativite/X2-Test|X²-Test()]]
| |
| * [[TI-Basic/z80/maths/significativite/2-SampFTest|2-SampFTest()]]
| |
| * [[TI-Basic/z80/maths/significativite/LinRegTTest|LinRegTTest]]
| |
| * [[TI-Basic/z80/maths/significativite/ANOVA|ANOVA()]]
| |
| * [[TI-Basic/z80/maths/significativite/X2GOF-Test|X²GOF-Test()]]
| |
| | |
| * '''Régressions:'''
| |
| * [[TI-Basic/z80/maths/regression/Med-Med|Med-Med]]
| |
| * [[TI-Basic/z80/maths/regression/LinRegaxb|LinReg(ax+b)]]
| |
| * [[TI-Basic/z80/maths/regression/LinRegabx|LinReg(a+bx)]]
| |
| * [[TI-Basic/z80/maths/regression/QuadReg|QuadReg]]
| |
| * [[TI-Basic/z80/maths/regression/CubicReg|CubicReg]]
| |
| * [[TI-Basic/z80/maths/regression/QuartReg|QuartReg]]
| |
| * [[TI-Basic/z80/maths/regression/LnReg|LnReg]]
| |
| * [[TI-Basic/z80/maths/regression/ExpReg|ExpReg]]
| |
| * [[TI-Basic/z80/maths/regression/PwrReg|PwrReg]]
| |
| * [[TI-Basic/z80/maths/regression/Logistic|Logistic]]
| |
| * [[TI-Basic/z80/maths/regression/SinReg|SinReg]]
| |
| * [[TI-Basic/z80/maths/regression/Manual-Fit|Manual-Fit]]
| |
| | |
| * '''Finance:'''
| |
| * [[TI-Basic/z80/maths/finance/tvm|tvm_X]]
| |
| * [[TI-Basic/z80/maths/finance/Pmt_Begin_End|Pmt_Bgn / Pmt_End]]
| |
| * [[TI-Basic/z80/maths/finance/npv|npv]]
| |
| * [[TI-Basic/z80/maths/finance/irr|irr()]]
| |
| * [[TI-Basic/z80/maths/finance/bal|bal()]]
| |
| * [[TI-Basic/z80/maths/finance/Somme_Prn|Somme_Prn()]]
| |
| * [[TI-Basic/z80/maths/finance/Somme_Int|Somme_Int()]]
| |
| * [[TI-Basic/z80/maths/finance/Nom|>Nom(]]
| |
| * [[TI-Basic/z80/maths/finance/Eff|>Eff()]]
| |
| * [[TI-Basic/z80/maths/finance/dbd|dbd()]]
| |
| | |
| * '''Opérateurs:'''
| |
| * [[TI-Basic/z80/maths/4operations|+ - * /]]
| |
| * [[TI-Basic/z80/maths/negation|(-)]]
| |
| * [[TI-Basic/z80/maths/puissance|^]]
| |
| * [[TI-Basic/z80/maths/tests|=, ≠, >, ≥, <, et ≤]]
| |
| * [[TI-Basic/z80/maths/Tests_Booleens|and / or / xor]]
| |
| * [[TI-Basic/z80/maths/not|not()]]
| |
| | |
| * [[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/memoire/DelVar|DelVar]]
| |
| * [[TI-Basic/z80/variables/alphabet|Variables numériques (Alphabet)]]
| |
| * [[TI-Basic/z80/variables/finance|Variables de Finance]] ''(N, I%, PV, PMT, FV, P/Y et C/Y)''
| |
| * [[TI-Basic/z80/variables/Ans|Ans]]
| |
| | |
| * '''[[TI-Basic/z80/variables/listes|Listes]]:'''
| |
| * [[TI-Basic/z80/variables/L|∟ de liste]]
| |
| * [[TI-Basic/z80/variables/augment|augment()]]
| |
| * [[TI-Basic/z80/memoire/ClrAllLists|ClrAllLists]]
| |
| * [[TI-Basic/z80/memoire/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()]]
| |
| | |
| * '''[[TI-Basic/z80/variables/Matrices|Matrices]]:'''
| |
| * [[TI-Basic/z80/variables/augment|augment()]]
| |
| * [[TI-Basic/z80/variables/cumSum|cumSum()]]
| |
| * [[TI-Basic/z80/variables/det|det()]]
| |
| * [[TI-Basic/z80/variables/dim|dim()]]
| |
| * [[TI-Basic/z80/variables/Fill|Fill()]]
| |
| * [[TI-Basic/z80/variables/identity|identity()]]
| |
| * [[TI-Basic/z80/variables/randM|randM()]]
| |
| * [[TI-Basic/z80/variables/ListMatr|List>Matr()]]
| |
| * [[TI-Basic/z80/variables/MatrList|Matr>List()]]
| |
| * [[TI-Basic/z80/variables/ref|ref()]]
| |
| * [[TI-Basic/z80/variables/rref|rref()]]
| |
| * [[TI-Basic/z80/variables/rowSwap|rowSwap()]]
| |
| * [[TI-Basic/z80/variables/rowplus|row+()]]
| |
| * [[TI-Basic/z80/variables/xrow|*row()]]
| |
| * [[TI-Basic/z80/variables/xrowplus|*row+()]]
| |
| * [[TI-Basic/z80/variables/Transpose|T]]
| |
| | |
| * '''[[TI-Basic/z80/variables/Chaines|Chaines]]:'''
| |
| * [[TI-Basic/z80/variables/EquString|Equ>String()]]
| |
| * [[TI-Basic/z80/variables/StringEqu|String>Equ()]]
| |
| * [[TI-Basic/z80/variables/expr|expr()]]
| |
| * [[TI-Basic/z80/variables/inString|inString()]]
| |
| * [[TI-Basic/z80/variables/sub|sub()]]
| |
| | |
| * '''[[TI-Basic/z80/variables/Images|Images]] et [[TI-Basic/z80/variables/GDB|Banques de Données Graphiques (GDB)]]:'''
| |
| * [[TI-Basic/z80/variables/Pic|StorePic/RecallPic]]
| |
| * [[TI-Basic/z80/variables/StoreGDB|StoreGDB/RecallGDB]]
| |
| | |
| * '''Variables système:'''
| |
| * [[TI-Basic/z80/variables/parametres|Xmin, Xmax, Ymin, Ymax ]]
| |
| * [[TI-Basic/z80/variables/DeltaXDeltaY|ΔX, ΔY]]
| |
| * [[TI-Basic/z80/variables/XYScl|Xscl, Yscl]]
| |
| * [[TI-Basic/z80/variables/Resolution|Xres]]
| |
| * [[TI-Basic/z80/variables/T|Tmin, Tmax, Tstep ]]
| |
| * [[TI-Basic/z80/variables/theta|θmin, θmax, θstep]]
| |
| * [[TI-Basic/z80/variables/n|nMin, nMax]]
| |
| * [[TI-Basic/z80/variables/suites|u(nMin), v(nMin), w(nMin) ]]
| |
| * [[TI-Basic/z80/variables/PlotSt|PlotStart, PlotStep]]
| |
| * [[TI-Basic/z80/variables/Zvariables|Variables système à Z]]
| |
| * [[TI-Basic/z80/variables/ZoomVariables|XFact, YFact]]
| |
| * [[TI-Basic/z80/variables/TableVariables|TblStart, ΔTbl]]
| |
| * [[TI-Basic/z80/variables/TableInput|TblInput ]]
| |
| * [[TI-Basic/z80/variables/|TI-Basic/z80/variables/]]
| |
| | |
| | |
| | group5 = Interactions
| |
| | list5 =
| |
| * [[TI-Basic/z80/interactions/Prompt|Prompt]]
| |
| * [[TI-Basic/z80/interactions/Input|Input]]
| |
| * [[TI-Basic/z80/interactions/getkey|getkey]]
| |
| * [[TI-Basic/z80/interactions/Send|Send()]]
| |
| * [[TI-Basic/z80/interactions/Get|Get()]]
| |
| * [[TI-Basic/z80/interactions/GetCalc|GetCalc()]]
| |
| | |
| | |
| | group6 = Contrôle général
| |
| | list6 =
| |
| * [[TI-Basic/z80/controle/If|If]]
| |
| * [[TI-Basic/z80/controle/End|End]]
| |
| * [[TI-Basic/z80/controle/Repeat|Repeat]]
| |
| * [[TI-Basic/z80/controle/While|While]]
| |
| * [[TI-Basic/z80/controle/IS|IS>()]]
| |
| * [[TI-Basic/z80/controle/DS|DS<()]]
| |
| * [[TI-Basic/z80/controle/For|For()]]
| |
| * [[TI-Basic/z80/controle/LblGoto|Lbl et Goto]]
| |
| * [[TI-Basic/z80/controle/prgm|prgm]]
| |
| * [[TI-Basic/z80/controle/Return|Return]]
| |
| | |
| | |
| | group7 = Réglages
| |
| | list7 =
| |
| * [[TI-Basic/z80/reglages/Sci-Eng-Normal|Normal, Sci, Eng]]
| |
| * [[TI-Basic/z80/reglages/Float|Float]]
| |
| * [[TI-Basic/z80/reglages/Fix|Fix]]
| |
| * [[TI-Basic/z80/reglages/Radian-Degree|Radian, Degree]]
| |
| * [[TI-Basic/z80/reglages/Function|Func/Function]]
| |
| * [[TI-Basic/z80/reglages/Parametric|Parametric]]
| |
| * [[TI-Basic/z80/reglages/Polar|Polar]]
| |
| * [[TI-Basic/z80/reglages/Seq|Seq]]
| |
| * [[TI-Basic/z80/reglages/Connected-Dot|Connected, Dot]]
| |
| * [[TI-Basic/z80/reglages/Sequential-Simul|Sequential, Simul]]
| |
| * [[TI-Basic/z80/reglages/real-abi-rethetai|Real, a+bi, re^θi]]
| |
| * [[TI-Basic/z80/reglages/Full-Horiz-GT|Full, Horiz, G-T]]
| |
| * [[TI-Basic/z80/reglages/RectGC-PolarGC|RectGC, PolarGC]]
| |
| * [[TI-Basic/z80/reglages/Time|Time]]
| |
| * [[TI-Basic/z80/reglages/Web|Web]]
| |
| * [[TI-Basic/z80/reglages/Axes|uvAxes, uwAxes, vwAxes]]
| |
| * [[TI-Basic/z80/reglages/IndpntAuto-IndpntAsk|IndpntAuto, IndpntAsk]]
| |
| * [[TI-Basic/z80/reglages/DependAuto|DependAsk]]
| |
| | |
| | group8 = Gestion de la mémoire
| |
| | list8 =
| |
| * [[TI-Basic/z80/memoire/DelVar|DelVar]]
| |
| * [[TI-Basic/z80/memoire/ClrList|ClrList]]
| |
| * [[TI-Basic/z80/memoire/ClrAllLists|ClrAllLists]]
| |
| * [[TI-Basic/z80/memoire/ClearEntries|ClearEntries]]
| |
| * [[TI-Basic/z80/memoire/Archive|Archive]]
| |
| * [[TI-Basic/z80/memoire/UnArchive|UnArchive]]
| |
| * [[TI-Basic/z80/memoire/GarbageCollect|GarbageCollect]]
| |
| | |
| | group9 = Temps
| |
| | list9 =
| |
| * [[TI-Basic/z80/temps/startTmr|startTmr]]
| |
| * [[TI-Basic/z80/temps/checkTmr|checkTmr()]]
| |
| * [[TI-Basic/z80/temps/Clock|ClockOn/Off]]
| |
| * [[TI-Basic/z80/temps/isClockOn|isClockOn]]
| |
| * [[TI-Basic/z80/temps/setTime|setTime()]]
| |
| * [[TI-Basic/z80/temps/getTime|getTime]]
| |
| * [[TI-Basic/z80/temps/setTmFmt|setTmFmt()]]
| |
| * [[TI-Basic/z80/temps/getTmFmt|getTmFmt]]
| |
| * [[TI-Basic/z80/temps/getTmStr|getTmStr()]]
| |
| * [[TI-Basic/z80/temps/setDate|setDate()]]
| |
| * [[TI-Basic/z80/temps/getDate|getDate]]
| |
| * [[TI-Basic/z80/temps/setDtFmt|setDtFmt()]]
| |
| * [[TI-Basic/z80/temps/getDtFmt|getDtFmt()]]
| |
| * [[TI-Basic/z80/temps/getDtStr|getDtStr()]]
| |
| * [[TI-Basic/z80/temps/dayOfWk|dayOfWk()]]
| |
| * [[TI-Basic/z80/maths/finance/dbd|dbd()]]
| |
| | |
| }}
| |