
The first time you write numerical software in a new programming language, you ask the following questions:
* How do I import the standard math library? * How do I use common math functions? * What math functions are included and which ones will I need to write or find elsewhere?
|