aboutsummaryrefslogtreecommitdiff
path: root/core/math/math_lgamma.odin
Commit message (Collapse)AuthorAgeFilesLines
* Add `@(rodata)` and `@(static, rodata)` where appropriategingerBill2024-06-061-7/+7
|
* Add @(require_results) to `core:math` proceduresgingerBill2023-05-221-8/+10
|
* Minor cleanup to math constantsgingerBill2021-11-211-4/+4
|
* Add `math.lgamma` based off FreeBSD's `/usr/src/lib/msun/src/e_lgamma_r.c`gingerBill2021-11-161-0/+361