fpc/docs/mathex
2000-07-06 12:36:10 +00:00
..
ex1.pp + Initial implementation 2000-07-04 21:24:14 +00:00
ex2.pp + Initial implementation 2000-07-04 21:24:14 +00:00
ex3.pp + Initial implementation 2000-07-04 21:24:14 +00:00
ex4.pp + Removed comment 2000-07-05 13:19:25 +00:00
ex5.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex6.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex7.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex8.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex9.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex10.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex11.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex12.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex13.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex14.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex15.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex16.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex17.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex18.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex19.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex20.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex21.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex22.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex23.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
ex24.pp + Added examples 5-24 2000-07-06 12:36:10 +00:00
foot.tex + Initial implementation 2000-07-04 21:24:14 +00:00
head.tex + Initial implementation 2000-07-04 21:24:14 +00:00
Makefile + Added examples 5-24 2000-07-06 12:36:10 +00:00
newex + Initial implementation 2000-07-04 21:24:14 +00:00
README + Added examples 5-24 2000-07-06 12:36:10 +00:00
template.pp + Initial implementation 2000-07-04 21:24:14 +00:00

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.