aboutsummaryrefslogtreecommitdiff
path: root/src/utils/math.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix integer conversions in code, tests and some toolsc-portabilitySebastiano Tronto2026-04-061-3/+3
|
* All coordinates unsignedSebastiano Tronto2025-07-291-19/+20
|
* Optimized some coordinatesSebastiano Tronto2025-07-291-10/+12
|
* Tiny cleanupSebastiano Tronto2025-07-281-1/+1
|
* Turns checks into assertions in utils/math.hSebastiano Tronto2025-07-281-53/+20
|
* Hardcoded factorial constantsSebastiano Tronto2025-07-281-25/+4
|
* Removed VLA notation from function parameters.Sebastiano Tronto2025-05-271-12/+12
| | | | | I found out that this gives undefined behavior when then size is 0. Better not to have it at all, it is confusing for other developers anyway.
* Improved logging, especially for solveSebastiano Tronto2025-04-191-2/+2
|
* Some minor changes to the interface.Sebastiano Tronto2025-04-081-2/+2
| | | | | | | | | - Simplified logger to accept only a string, not a variadic list of args like printf(). This can still use some improvement, but now it is easier to use from other languages. - Fixed some misuses of the logger (wrong types etc) - Renamed some constants - Fixed some typos in comments.
* Optimize genptable for coordinate solve (20x speedup)Sebastiano Tronto2025-03-291-0/+14
|
* Some safety with move arrays, small refactor appendcharSebastiano Tronto2025-03-221-33/+32
|
* More renamingSebastiano Tronto2024-09-051-4/+4
|
* Rename constants from _underscore to CAPSSebastiano Tronto2024-09-051-26/+26
|
* Added tool for checking new tables (and they are wrong)Sebastiano Tronto2024-08-301-0/+1
|
* Reorganized folder structureSebastiano Tronto2024-08-181-0/+185

Generated with cgit - Back to sebastiano.tronto.net