Math¶
The math module provides the user with essential tools for a wide range of mathematical operations. From handling basic arithmetic to complex computations involving matrices and quaternions, this module has got you covered. The module includes utilities for trigonometry, logarithms, rounding, and fundamental constants like π and Euler’s number. For more advanced applications, the math module supports operations with vectors (from 2D to 4D), matrices, quaternions, and transformations; making it a versatile toolkit for both simple calculations and intricate computational tasks.
Contents: