mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-02 17:09:51 +02:00
.. | ||
ex1.pp | ||
ex2.pp | ||
ex3.pp | ||
ex4.pp | ||
ex5.pp | ||
ex6.pp | ||
ex7.pp | ||
ex8.pp | ||
ex9.pp | ||
ex10.pp | ||
ex11.pp | ||
ex12.pp | ||
ex13.pp | ||
ex14.pp | ||
ex15.pp | ||
ex16.pp | ||
ex17.pp | ||
ex18.pp | ||
ex19.pp | ||
ex20.pp | ||
ex21.pp | ||
ex22.pp | ||
ex23.pp | ||
ex24.pp | ||
foot.tex | ||
head.tex | ||
Makefile | ||
newex | ||
README | ||
template.pp |
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.