« Modèle:TI-Basicz80 » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 49 : | Ligne 49 : | ||
| list3 = | | list3 = | ||
* '''Numérique:''' | * '''Numérique:''' | ||
* [[TI-Basic/z80/maths/Frac|>Frac]] | * [[TI-Basic/z80/maths/numeric/Frac|>Frac]] | ||
* [[TI-Basic/z80/maths/Dec|>Dec]] | * [[TI-Basic/z80/maths/numeric/Dec|>Dec]] | ||
* [[TI-Basic/z80/maths/iPart|iPart()]] | * [[TI-Basic/z80/maths/numeric/iPart|iPart()]] | ||
* [[TI-Basic/z80/maths/int|int()]] | * [[TI-Basic/z80/maths/numeric/int|int()]] | ||
* [[TI-Basic/z80/maths/fPart|fPart()]] | * [[TI-Basic/z80/maths/numeric/fPart|fPart()]] | ||
* [[TI-Basic/z80/maths/round|round()]] | * [[TI-Basic/z80/maths/numeric/round|round()]] | ||
* '''Probabilité:''' | * '''Probabilité:''' | ||
* [[TI-Basic/z80/maths/rand|rand]] | * [[TI-Basic/z80/maths/proba/rand|rand]] | ||
* [[TI-Basic/z80/maths/randInt|randInt()]] | * [[TI-Basic/z80/maths/proba/randInt|randInt()]] | ||
* [[TI-Basic/z80/maths/randNorm|randNorm()]] | * [[TI-Basic/z80/maths/proba/randNorm|randNorm()]] | ||
* [[TI-Basic/z80/maths/randBin|randBin()]] | * [[TI-Basic/z80/maths/proba/randBin|randBin()]] | ||
* [[TI-Basic/z80/maths/randM|randM()]] | * [[TI-Basic/z80/maths/proba/randM|randM()]] | ||
* [[TI-Basic/z80/maths/nPr|nPr]] | * [[TI-Basic/z80/maths/proba/nPr|nPr]] | ||
* [[TI-Basic/z80/maths/nCr|nCr]] | * [[TI-Basic/z80/maths/proba/nCr|nCr]] | ||
* [[TI-Basic/z80/maths/factorielle|factorielle "!"]] ''(Point d'exclamation)'' | * [[TI-Basic/z80/maths/proba/factorielle|factorielle "!"]] ''(Point d'exclamation)'' | ||
* '''Calcul:''' | * '''Calcul:''' | ||
* [[TI-Basic/z80/maths/fMin|fMin()]] | * [[TI-Basic/z80/maths/calcul/fMin|fMin()]] | ||
* [[TI-Basic/z80/maths/fMax|fMax()]] | * [[TI-Basic/z80/maths/calcul/fMax|fMax()]] | ||
* [[TI-Basic/z80/maths/nDeriv|nDeriv()]] | * [[TI-Basic/z80/maths/calcul/nDeriv|nDeriv()]] | ||
* [[TI-Basic/z80/maths/fnInt|fnInt()]] | * [[TI-Basic/z80/maths/calcul/fnInt|fnInt()]] | ||
* [[TI-Basic/z80/maths/solve|solve()]] | * [[TI-Basic/z80/maths/calcul/solve|solve()]] | ||
* '''Trigonométrie:''' | * '''Trigonométrie:''' | ||
* [[TI-Basic/z80/maths/sincostan|cos/sin/tan() et cos-1/sin-1/tan-1()]] | * [[TI-Basic/z80/maths/trigo/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/trigo/sinhcoshtanh|cosh/sinh/tanh() et sinh-1/cosh-1/tanh-1()]] | ||
* [[TI-Basic/z80/maths/degreerad|° et r]] | * [[TI-Basic/z80/maths/trigo/degreerad|° et r]] | ||
* [[TI-Basic/z80/maths/RectnPolar|P>Rx(), P>Ry(), R>Pr(), et R>Pθ()]] | * [[TI-Basic/z80/maths/trigo/RectnPolar|P>Rx(), P>Ry(), R>Pr(), et R>Pθ()]] | ||
* [[TI-Basic/z80/maths/DMS|>DMS]] | * [[TI-Basic/z80/maths/trigo/DMS|>DMS]] | ||
* '''Nombres Complexes:''' | * '''Nombres Complexes:''' | ||
* [[TI-Basic/z80/maths/i|i]] | * [[TI-Basic/z80/maths/complexes/i|i]] | ||
* [[TI-Basic/z80/maths/conj|conj()]] | * [[TI-Basic/z80/maths/complexes/conj|conj()]] | ||
* [[TI-Basic/z80/maths/real|real()]] | * [[TI-Basic/z80/maths/complexes/real|real()]] | ||
* [[TI-Basic/z80/maths/imag|imag()]] | * [[TI-Basic/z80/maths/complexes/imag|imag()]] | ||
* [[TI-Basic/z80/maths/angle|angle()]] | * [[TI-Basic/z80/maths/complexes/angle|angle()]] | ||
* [[TI-Basic/z80/maths/abs|abs()]] | * [[TI-Basic/z80/maths/complexes/abs|abs()]] | ||
* [[TI-Basic/z80/maths/Rect|>Rect]] | * [[TI-Basic/z80/maths/complexes/Rect|>Rect]] | ||
* [[TI-Basic/z80/maths/Polar|>Polar]] | * [[TI-Basic/z80/maths/complexes/Polar|>Polar]] | ||
* '''Exposants:''' | * '''Exposants:''' | ||
* [[TI-Basic/z80/maths/exposants|-1 / ² / ³]] | * [[TI-Basic/z80/maths/exposants/exposants|-1 / ² / ³]] | ||
* [[TI-Basic/z80/maths/racine|√() / ³√() / ×√]] | * [[TI-Basic/z80/maths/exposants/racine|√() / ³√() / ×√]] | ||
* [[TI-Basic/z80/maths/10puissance|E et 10^()]] | * [[TI-Basic/z80/maths/exposants/10puissance|E et 10^()]] | ||
* [[TI-Basic/z80/maths/exponentielle|e^()]] | * [[TI-Basic/z80/maths/exposants/exponentielle|e^()]] | ||
* [[TI-Basic/z80/maths/ln|ln()]] | * [[TI-Basic/z80/maths/exposants/ln|ln()]] | ||
* [[TI-Basic/z80/maths/log()|log()]] | * [[TI-Basic/z80/maths/exposants/log()|log()]] | ||
* '''Statistiques:''' | * '''Statistiques:''' | ||
* [[TI-Basic/z80/maths/1VarStats|1-VarStats]] | * [[TI-Basic/z80/maths/stats/1VarStats|1-VarStats]] | ||
* [[TI-Basic/z80/maths/2VarStats|2-VarStats]] | * [[TI-Basic/z80/maths/stats/2VarStats|2-VarStats]] | ||
* [[TI-Basic/z80/maths/mean|mean()]] | * [[TI-Basic/z80/maths/stats/mean|mean()]] | ||
* [[TI-Basic/z80/maths/median|median()]] | * [[TI-Basic/z80/maths/stats/median|median()]] | ||
* [[TI-Basic/z80/maths/stdDev|stdDev()]] | * [[TI-Basic/z80/maths/stats/stdDev|stdDev()]] | ||
* [[TI-Basic/z80/maths/variance|variance()]] | * [[TI-Basic/z80/maths/stats/variance|variance()]] | ||
* [[TI-Basic/z80/maths/Plots|Plot1() Plot2() Plot3()]] | * [[TI-Basic/z80/maths/stats/Plots|Plot1() Plot2() Plot3()]] | ||
* [[TI-Basic/z80/maths/Select|Select()]] | * [[TI-Basic/z80/maths/stats/Select|Select()]] | ||
* '''Probabilités:''' | * '''Probabilités:''' | ||
* [[TI-Basic/z80/maths/normalpdf|normalpdf()]] | * [[TI-Basic/z80/maths/proba/normalpdf|normalpdf()]] | ||
* [[TI-Basic/z80/maths/normalcdf|normalcdf()]] | * [[TI-Basic/z80/maths/proba/normalcdf|normalcdf()]] | ||
* [[TI-Basic/z80/maths/invNorm|invNorm()]] | * [[TI-Basic/z80/maths/proba/invNorm|invNorm()]] | ||
* [[TI-Basic/z80/maths/ShadeNorm|ShadeNorm()]] | * [[TI-Basic/z80/maths/proba/ShadeNorm|ShadeNorm()]] | ||
* [[TI-Basic/z80/maths/tpdf|tpdf()]] | * [[TI-Basic/z80/maths/proba/tpdf|tpdf()]] | ||
* [[TI-Basic/z80/maths/tcdf|tcdf()]] | * [[TI-Basic/z80/maths/proba/tcdf|tcdf()]] | ||
* [[TI-Basic/z80/maths/invT|invT()]] | * [[TI-Basic/z80/maths/proba/invT|invT()]] | ||
* [[TI-Basic/z80/maths/ShadeT|Shade_t()]] | * [[TI-Basic/z80/maths/proba/ShadeT|Shade_t()]] | ||
* [[TI-Basic/z80/maths/X2pdf|X²pdf()]] | * [[TI-Basic/z80/maths/proba/X2pdf|X²pdf()]] | ||
* [[TI-Basic/z80/maths/X2cdf|X²cdf()]] | * [[TI-Basic/z80/maths/proba/X2cdf|X²cdf()]] | ||
* [[TI-Basic/z80/maths/ShadeX2|ShadeX²()]] | * [[TI-Basic/z80/maths/proba/ShadeX2|ShadeX²()]] | ||
* [[TI-Basic/z80/maths/Fpdf|Fpdf()]] | * [[TI-Basic/z80/maths/proba/Fpdf|Fpdf()]] | ||
* [[TI-Basic/z80/maths/Fcdf|Fcdf()]] | * [[TI-Basic/z80/maths/proba/Fcdf|Fcdf()]] | ||
* [[TI-Basic/z80/maths/ShadeF|ShadeF()]] | * [[TI-Basic/z80/maths/proba/ShadeF|ShadeF()]] | ||
* [[TI-Basic/z80/maths/binompdf|binompdf()]] | * [[TI-Basic/z80/maths/proba/binompdf|binompdf()]] | ||
* [[TI-Basic/z80/maths/binomcdf|binomcdf()]] | * [[TI-Basic/z80/maths/proba/binomcdf|binomcdf()]] | ||
* [[TI-Basic/z80/maths/poissonpdf|poissonpdf()]] | * [[TI-Basic/z80/maths/proba/poissonpdf|poissonpdf()]] | ||
* [[TI-Basic/z80/maths/poissoncdf|poissoncdf()]] | * [[TI-Basic/z80/maths/proba/poissoncdf|poissoncdf()]] | ||
* [[TI-Basic/z80/maths/geometpdf|geometpdf()]] | * [[TI-Basic/z80/maths/proba/geometpdf|geometpdf()]] | ||
* [[TI-Basic/z80/maths/geometcdf|geometcdf()]] | * [[TI-Basic/z80/maths/proba/geometcdf|geometcdf()]] | ||
* [[TI-Basic/z80/maths/Zinterval|ZInterval]] | * [[TI-Basic/z80/maths/proba/Zinterval|ZInterval]] | ||
* [[TI-Basic/z80/maths/Tinterval|TInterval]] | * [[TI-Basic/z80/maths/proba/Tinterval|TInterval]] | ||
* [[TI-Basic/z80/maths/2-SampZInt|2-SampZInt()]] | * [[TI-Basic/z80/maths/proba/2-SampZInt|2-SampZInt()]] | ||
* [[TI-Basic/z80/maths/2-SampTInt|2-SampTInt()|]] | * [[TI-Basic/z80/maths/proba/2-SampTInt|2-SampTInt()|]] | ||
* [[TI-Basic/z80/maths/1-PropZInt|1-PropZInt()]] | * [[TI-Basic/z80/maths/proba/1-PropZInt|1-PropZInt()]] | ||
* [[TI-Basic/z80/maths/2-PropZInt|2-PropZInt()]] | * [[TI-Basic/z80/maths/proba/2-PropZInt|2-PropZInt()]] | ||
* [[TI-Basic/z80/maths/LinRegTInt|LinRegTInt]] | * [[TI-Basic/z80/maths/proba/LinRegTInt|LinRegTInt]] | ||
* ''' | * '''Significativité:''' | ||
* [[TI-Basic/z80/maths/Z-Test|Z-Test()]] | * [[TI-Basic/z80/maths/significativite/Z-Test|Z-Test()]] | ||
* [[TI-Basic/z80/maths/T-Test|T-Test()]] | * [[TI-Basic/z80/maths/significativite/T-Test|T-Test()]] | ||
* [[TI-Basic/z80/maths/2-SampZTest|2-SampZTest()]] | * [[TI-Basic/z80/maths/significativite/2-SampZTest|2-SampZTest()]] | ||
* [[TI-Basic/z80/maths/2-SampTTest|2-SampTTest()]] | * [[TI-Basic/z80/maths/significativite/2-SampTTest|2-SampTTest()]] | ||
* [[TI-Basic/z80/maths/1-PropZTest|1-PropZTest()]] | * [[TI-Basic/z80/maths/significativite/1-PropZTest|1-PropZTest()]] | ||
* [[TI-Basic/z80/maths/2-PropZTest|2-PropZTest()]] | * [[TI-Basic/z80/maths/significativite/2-PropZTest|2-PropZTest()]] | ||
* [[TI-Basic/z80/maths/X2-Test|X²-Test()]] | * [[TI-Basic/z80/maths/significativite/X2-Test|X²-Test()]] | ||
* [[TI-Basic/z80/maths/2-SampFTest|2-SampFTest()]] | * [[TI-Basic/z80/maths/significativite/2-SampFTest|2-SampFTest()]] | ||
* [[TI-Basic/z80/maths/LinRegTTest|LinRegTTest]] | * [[TI-Basic/z80/maths/significativite/LinRegTTest|LinRegTTest]] | ||
* [[TI-Basic/z80/maths/ANOVA|ANOVA()]] | * [[TI-Basic/z80/maths/significativite/ANOVA|ANOVA()]] | ||
* [[TI-Basic/z80/maths/X2GOF-Test|X²GOF-Test()]] | * [[TI-Basic/z80/maths/significativite/X2GOF-Test|X²GOF-Test()]] | ||
* '''Régressions:''' | * '''Régressions:''' | ||
* [[TI-Basic/z80/maths/Med-Med|Med-Med]] | * [[TI-Basic/z80/maths/regression/Med-Med|Med-Med]] | ||
* [[TI-Basic/z80/maths/LinRegaxb|LinReg(ax+b)]] | * [[TI-Basic/z80/maths/regression/LinRegaxb|LinReg(ax+b)]] | ||
* [[TI-Basic/z80/maths/LinRegabx|LinReg(a+bx)]] | * [[TI-Basic/z80/maths/regression/LinRegabx|LinReg(a+bx)]] | ||
* [[TI-Basic/z80/maths/QuadReg|QuadReg]] | * [[TI-Basic/z80/maths/regression/QuadReg|QuadReg]] | ||
* [[TI-Basic/z80/maths/CubicReg|CubicReg]] | * [[TI-Basic/z80/maths/regression/CubicReg|CubicReg]] | ||
* [[TI-Basic/z80/maths/QuartReg|QuartReg]] | * [[TI-Basic/z80/maths/regression/QuartReg|QuartReg]] | ||
* [[TI-Basic/z80/maths/LnReg|LnReg]] | * [[TI-Basic/z80/maths/regression/LnReg|LnReg]] | ||
* [[TI-Basic/z80/maths/ExpReg|ExpReg]] | * [[TI-Basic/z80/maths/regression/ExpReg|ExpReg]] | ||
* [[TI-Basic/z80/maths/PwrReg|PwrReg]] | * [[TI-Basic/z80/maths/regression/PwrReg|PwrReg]] | ||
* [[TI-Basic/z80/maths/Logistic|Logistic]] | * [[TI-Basic/z80/maths/regression/Logistic|Logistic]] | ||
* [[TI-Basic/z80/maths/SinReg|SinReg]] | * [[TI-Basic/z80/maths/regression/SinReg|SinReg]] | ||
* [[TI-Basic/z80/maths/Manual-Fit|Manual-Fit]] | * [[TI-Basic/z80/maths/regression/Manual-Fit|Manual-Fit]] | ||
* '''Finance:''' | * '''Finance:''' | ||
* [[TI-Basic/z80/maths/tvm|tvm_X]] | * [[TI-Basic/z80/maths/finance/tvm|tvm_X]] | ||
* [[TI-Basic/z80/maths/Pmt_Begin_End|Pmt_Bgn / Pmt_End]] | * [[TI-Basic/z80/maths/finance/Pmt_Begin_End|Pmt_Bgn / Pmt_End]] | ||
* [[TI-Basic/z80/maths/npv|npv]] | * [[TI-Basic/z80/maths/finance/npv|npv]] | ||
* [[TI-Basic/z80/maths/irr|irr()]] | * [[TI-Basic/z80/maths/finance/irr|irr()]] | ||
* [[TI-Basic/z80/maths/bal|bal()]] | * [[TI-Basic/z80/maths/finance/bal|bal()]] | ||
* [[TI-Basic/z80/maths/Somme_Prn|Somme_Prn()]] | * [[TI-Basic/z80/maths/finance/Somme_Prn|Somme_Prn()]] | ||
* [[TI-Basic/z80/maths/Somme_Int|Somme_Int()]] | * [[TI-Basic/z80/maths/finance/Somme_Int|Somme_Int()]] | ||
* [[TI-Basic/z80/maths/Nom|>Nom(]] | * [[TI-Basic/z80/maths/finance/Nom|>Nom(]] | ||
* [[TI-Basic/z80/maths/Eff|>Eff()]] | * [[TI-Basic/z80/maths/finance/Eff|>Eff()]] | ||
* [[TI-Basic/z80/maths/dbd|dbd() | * [[TI-Basic/z80/maths/finance/dbd|dbd()]] | ||
* '''Opérateurs:''' | * '''Opérateurs:''' | ||
Ligne 270 : | Ligne 269 : | ||
| group5 = | | group5 = Interactions | ||
| list5 = | | list5 = | ||
* [[TI-Basic/z80/interactions/Prompt|Prompt]] | * [[TI-Basic/z80/interactions/Prompt|Prompt]] |