This commit is contained in:
2026-01-29 21:27:58 -05:00
parent b3bb79e24d
commit 9087376347
2 changed files with 17 additions and 0 deletions

View File

@@ -2007,3 +2007,10 @@ plt.show()
### Math
- Math basis: https://docs.python.org/3/library/math.html
- math.ceil: https://docs.python.org/3/library/math.html#math.ceil (Return the ceiling of x, the smallest integer greater than or equal to x)
# License
This project is licensed under the MIT License.
See the [`LICENSE`](./LICENSE) file for details.