aboutsummaryrefslogtreecommitdiff
path: root/core/math
Commit message (Expand)AuthorAgeFilesLines
* Add i128/u128 support for bit setsgingerBill2019-05-281-1/+8
* Make core library use `a..<b` rather than doing `a..b-1`gingerBill2019-05-281-8/+8
* Add float64_range and float32_range to package math/randgingerBill2019-04-281-0/+3
* Move core:bits to core:math/bitsgingerBill2019-03-241-0/+253
* Improve package math/randgingerBill2019-03-243-9/+226
* Fixed typo in copy_sign_f64.thebirk2019-02-081-1/+1
* Fix typo in modf_f32gingerBill2018-12-201-2/+2
* More correct floor and ceil procedures.gingerBill2018-12-201-4/+104
* Change procedure group syntax from `proc[]` to `proc{}`; deprecate `proc[]` (...gingerBill2018-12-021-23/+21
* Add `$T: typeid/[]$E`; Deprecate `T: type/[]$E`gingerBill2018-09-021-1/+1
* Reduce number of range and slice operators #239gingerBill2018-08-011-8/+8
* Fix indent charactersLipid2018-07-161-1/+1
* Add mat3_mul and generic transpose to math.odinLipid2018-07-161-4/+16
* Remove need for __llvm_coregingerBill2018-06-031-1/+1
* Parse directories to be packagesgingerBill2018-05-212-0/+484
* Add math/rand.odingingerBill2018-01-171-0/+60