MATH

All names in the Python Math module are predeclared in Python §. The complete specifications are given in Python Standard Library Math Documentation, and a summary is available here, by clicking on the names on the right. As learner of Python §, you are not expected to learn all of these, right away. But you might want to remember where you can look for them: Here! Click on a name to see how it is defined and used.

Note that we expect all arguments of `math_...` functions to be either an integer or float, as defined by the function `is_integer` and `is_float`. An implementation of Python § does not need to check whether all arguments of `math_...` functions are indeed integer or float.