numojo.routines.math¶
Math routines for NuMojo (numojo.routines.math).
Aggregates arithmetic, trigonometric, hyperbolic, and utility routines for NDArrays and Matrices.
Contents¶
| Name | Kind | Description |
|---|---|---|
arithmetic |
module | Arithmetic routines for NuMojo (numojo.routines.math.arithmetic). |
differences |
module | Difference routines for NuMojo (numojo.routines.math.differences). |
exponents |
module | Exponential routines for NuMojo (numojo.routines.math.exponents). |
extrema |
module | Extrema routines for NuMojo (numojo.routines.math.extrema). |
floating |
module | Floating-point routines for NuMojo (numojo.routines.math.floating). |
hyper |
module | Hyperbolic routines for NuMojo (numojo.routines.math.hyper). |
__init__ |
module | Math routines for NuMojo (numojo.routines.math). |
misc |
module | Miscellaneous math routines for NuMojo (numojo.routines.math.misc). |
products |
module | Product routines for NuMojo (numojo.routines.math.products). |
rounding |
module | Rounding routines for NuMojo (numojo.routines.math.rounding). |
sums |
module | Summation routines for NuMojo (numojo.routines.math.sums). |
trig |
module | Trigonometric routines for NuMojo (numojo.routines.math.trig). |