pyppin.math¶
Mathematical utilities.
Modules
Create real-valued functions by interpolating data. |
|
A flexible class for managing, computing with, and plotting histograms. |
|
Generate ASCII-art plots of functions and data. |
Functions
|
Cap a value to an interval. |
|
Return (min, max) of data in one pass. |
|
Round |
|
Test if value is in [min, max). |
- pyppin.math.round_up_to(value: float, multiple_of: float) float [source]¶
Round
value
up to the nearest multiple ofmultiple_of
.