aboutsummaryrefslogtreecommitdiff
path: root/core/math/math_basic.odin
Commit message (Collapse)AuthorAgeFilesLines
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-1/+1
| | | | file tag syntax.
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
|
* Remove math usage of raw LLVM intrinsic prototypesgingerBill2023-07-071-16/+82
|
* Add @(require_results) to `core:math` proceduresgingerBill2023-05-221-23/+27
|
* Fix typogingerBill2021-11-161-1/+1
|
* Implement `ln` based off FreeBSD's /usr/src/lib/msun/src/e_log.cgingerBill2021-11-161-7/+117
|
* Implement `math.sqrt` with `intrinsics.sqrt`gingerBill2021-11-161-7/+12
|
* Implement `ldexp` and `frexp` in native OdingingerBill2021-11-161-7/+0
|
* Add math_js.odin specific calls (that just wrap the `f64` procedures)gingerBill2021-11-071-0/+1
|
* Begin work in semi-standardized `js_wasm32` targetgingerBill2021-11-071-0/+60