aboutsummaryrefslogtreecommitdiff
path: root/core/math/math_gamma.odin
Commit message (Expand)AuthorAgeFilesLines
* Add `@(rodata)` and `@(static, rodata)` where appropriategingerBill2024-06-061-3/+3
* Add @(require_results) to `core:math` proceduresgingerBill2023-05-221-9/+10
* Minor cleanup to math constantsgingerBill2021-11-211-9/+9
* Add `math.signbit`; Add `math.gamma` based on http://netlib.sandia.gov/cephes...gingerBill2021-11-161-0/+226