Operators and the math Module
The math module elevates Python to perform operations available on a basic calculator (logarithmic, trigonometric, exponential, etc.). At various points throughout the course, you will see this module invoked within programming examples using the import command:
import math
Commands from this module should be part of your repertoire as a Python programmer.
We conclude this section by putting together concepts regarding datatypes, operators, and the math module. Upon completing this tutorial, you should be pretty comfortable with the basics of the Python programming language.
Source:
Stephen Marz, https://www.youtube.com/watch?v=RDDOX3KNnmU
This work is licensed under a Creative Commons Attribution 3.0 License.
Last modified: Tuesday, January 23, 2024, 5:32 PM