51d7123c8d
fix!: usage of stdint
instead of int
types for cross-platform compatibility
...
BREAKING CHANGE: Functions signatures changed.
Fixes #9
2024-09-25 14:26:15 +02:00
6ac47429e8
feat: use double
instead of float
for better precision
...
BREAKING CHANGE: Functions signatures changed
in the `mathematics` module.
BREAKING CHANGE: Renamed `MATHEMATICS_FLOAT_PRECISION` to `MATHEMATICS_DOUBLE_PRECISION`
2024-09-25 12:53:28 +02:00
2fd8d102e9
feat: add mathematics_max
, mathematics_min
...
Also add `mathematics_max_values` and
`mathematics_min_values` to check in array.
2024-09-13 15:35:19 +02:00
85ce5228ef
feat: add mathematics_opposite
2024-09-13 14:44:26 +02:00
Divlo
bd85171e2d
refactor: include only in header files
2023-01-07 19:41:04 +01:00
Divlo
cf6b7db16d
feat: first release
2023-01-05 21:13:10 +01:00
Divlo
0fa82c5772
chore: initial commit
2023-01-05 19:28:05 +01:00