michael 9aa513e58c + Finished chapter on math il y a 25 ans
..
Makefile 9aa513e58c + Finished chapter on math il y a 25 ans
README 9aa513e58c + Finished chapter on math il y a 25 ans
ex1.pp b4e9f9cd04 + Initial implementation il y a 25 ans
ex10.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex11.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex12.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex13.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex14.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex15.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex16.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex17.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex18.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex19.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex2.pp b4e9f9cd04 + Initial implementation il y a 25 ans
ex20.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex21.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex22.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex23.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex24.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex25.pp 03cae6836f + Added examples 25-34 il y a 25 ans
ex26.pp 03cae6836f + Added examples 25-34 il y a 25 ans
ex27.pp 03cae6836f + Added examples 25-34 il y a 25 ans
ex28.pp 03cae6836f + Added examples 25-34 il y a 25 ans
ex29.pp 03cae6836f + Added examples 25-34 il y a 25 ans
ex3.pp b4e9f9cd04 + Initial implementation il y a 25 ans
ex30.pp 03cae6836f + Added examples 25-34 il y a 25 ans
ex31.pp 03cae6836f + Added examples 25-34 il y a 25 ans
ex32.pp 03cae6836f + Added examples 25-34 il y a 25 ans
ex33.pp 03cae6836f + Added examples 25-34 il y a 25 ans
ex34.pp 03cae6836f + Added examples 25-34 il y a 25 ans
ex35.pp 9aa513e58c + Finished chapter on math il y a 25 ans
ex36.pp 9aa513e58c + Finished chapter on math il y a 25 ans
ex37.pp 9aa513e58c + Finished chapter on math il y a 25 ans
ex38.pp 9aa513e58c + Finished chapter on math il y a 25 ans
ex39.pp 9aa513e58c + Finished chapter on math il y a 25 ans
ex4.pp 3dd006a7df + Removed comment il y a 25 ans
ex40.pp 9aa513e58c + Finished chapter on math il y a 25 ans
ex41.pp 9aa513e58c + Finished chapter on math il y a 25 ans
ex42.pp 9aa513e58c + Finished chapter on math il y a 25 ans
ex43.pp 9aa513e58c + Finished chapter on math il y a 25 ans
ex44.pp 9aa513e58c + Finished chapter on math il y a 25 ans
ex45.pp 9aa513e58c + Finished chapter on math il y a 25 ans
ex46.pp 9aa513e58c + Finished chapter on math il y a 25 ans
ex47.pp 9aa513e58c + Finished chapter on math il y a 25 ans
ex48.pp 9aa513e58c + Finished chapter on math il y a 25 ans
ex49.pp 9aa513e58c + Finished chapter on math il y a 25 ans
ex5.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex50.pp 9aa513e58c + Finished chapter on math il y a 25 ans
ex6.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex7.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex8.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
ex9.pp 12e8b6ddb6 + Added examples 5-24 il y a 25 ans
foot.tex b4e9f9cd04 + Initial implementation il y a 25 ans
head.tex b4e9f9cd04 + Initial implementation il y a 25 ans
newex b4e9f9cd04 + Initial implementation il y a 25 ans
template.pp b4e9f9cd04 + Initial implementation il y a 25 ans

README

These are the example programs that appear in the FPC documentation.

Units guide, chapter on MATH unit :

Example programs
ex1.pp contains an example of the arccos function.
ex2.pp contains an example of the arcsin function.
ex3.pp contains an example of the arcosh function.
ex4.pp contains an example of the arsinh function.
ex5.pp contains an example of the artanh function.
ex7.pp contains an example of the Ceil function.
ex8.pp contains an example of the cosh function.
ex9.pp contains an example of the cotan function.
ex10.pp contains an example of the cycletorad function.
ex11.pp contains an example of the degtograd function.
ex12.pp contains an example of the degtorad function.
ex13.pp contains an example of the floor function.
ex14.pp contains an example of the frexp function.
ex15.pp contains an example of the gradtodeg function.
ex16.pp contains an example of the gradtorad function.
ex17.pp contains an example of the hypot function.
ex18.pp contains an example of the intpower function.
ex19.pp contains an example of the ldexp function.
ex20.pp contains an example of the lnxp1 function.
ex21.pp contains an example of the log10 function.
ex22.pp contains an example of the log2 function.
ex23.pp contains an example of the logn function.
ex24.pp contains an example of the max function.
ex25.pp contains an example of the MaxIntValue function.
ex26.pp contains an example of the MaxValue function.
ex27.pp contains an example of the Mean function.
ex28.pp contains an example of the MeanAndStdDevfunction.
ex29.pp contains an example of the min function.
ex30.pp contains an example of the MinIntValue function.
ex31.pp contains an example of the MinValue function.
ex32.pp contains an example of the momentskewkurtosis function.
ex33.pp contains an example of the norm function.
ex34.pp contains an example of the power function.
ex35.pp contains an example of the popnstddev function.
ex36.pp contains an example of the popnvariance function.
ex37.pp contains an example of the radtocycle function.
ex38.pp contains an example of the radtodeg function.
ex39.pp contains an example of the radtograd function.
ex40.pp contains an example of the randg function.
ex41.pp contains an example of the sincos function.
ex42.pp contains an example of the sinh function.
ex43.pp contains an example of the stddev function.
ex44.pp contains an example of the sum function.
ex45.pp contains an example of the sumofsquares function.
ex46.pp contains an example of the sumsandsquares function.
ex47.pp contains an example of the Tan function.
ex48.pp contains an example of the Tanh function.
ex48.pp contains an example of the TotalVariance function.
ex50.pp contains an example of the Variance function.