Commit History

Author SHA1 Message Date
  gingerBill f40f12d480 Minor cleanup to math constants 3 years ago
  gingerBill 8a2c829e07 Patch odin doc binary format 3 years ago
  gingerBill 42b9ce636f Remove `#force_inline` from all wrappers 3 years ago
  gingerBill ca6951d05e Add `MessageDecompose`; Update the static library 3 years ago
  gingerBill 446f1f6183 Correct foreign imports for portmidi on Windows 3 years ago
  gingerBill d424c84bf9 Merge pull request #1322 from Gaunsessa/master 3 years ago
  Gus 56d2bbc5b9 Added back ln for js 3 years ago
  Gus 2c7bf87998 Added darwin support 3 years ago
  gingerBill daebaa8b50 Fix #1319 3 years ago
  gingerBill 9320a31f4d Merge branch 'master' of https://github.com/odin-lang/Odin 3 years ago
  gingerBill 3e04b45106 Allow cast from float to complex 3 years ago
  gingerBill acd5878d66 Merge pull request #1316 from Skytrias/master 3 years ago
  Michael Kutowski 4439d59105 add builtin. 3 years ago
  gingerBill 12c1291805 Add optional seed parameters to all hashes 3 years ago
  gingerBill ae59f214ee `@(tag=<string>)` - dummy attribute for tooling 3 years ago
  gingerBill 9be0d18e5d Correct `x in ptr` logic 3 years ago
  gingerBill e877525073 Keep `-vet` happy for -no-crt and wasm targets 3 years ago
  gingerBill f09638318f Add support for darwin to `core:c/libc` 3 years ago
  gingerBill bb7703fcec Improve `ptr_map_hash_key` 3 years ago
  gingerBill 1b28226a67 Add `math.lgamma` based off FreeBSD's `/usr/src/lib/msun/src/e_lgamma_r.c` 3 years ago
  gingerBill 2b546a598c Add `math.signbit`; Add `math.gamma` based on http://netlib.sandia.gov/cephes/cprob/gamma.c 3 years ago
  gingerBill b530ca9a5e Add `math.nextafter` 3 years ago
  gingerBill d232796149 Fix typo 3 years ago
  gingerBill e721f26a76 Implement `ln` based off FreeBSD's /usr/src/lib/msun/src/e_log.c 3 years ago
  gingerBill 91408cb21f Implement `atanh` based on FreeBSD's /usr/src/lib/msun/src/e_atanh.c 3 years ago
  gingerBill eb8b0d7a03 Add `log1p`, `erf`, `erfc`, `ilogb` `logb` (implemented based of FreeBSD's) 3 years ago
  gingerBill 880af47ae7 Rename math_js.odin to math_basic_js.odin 3 years ago
  gingerBill 91949b0992 Implement `math.sqrt` with `intrinsics.sqrt` 3 years ago
  gingerBill 6a101e69a2 Implement `ldexp` and `frexp` in native Odin 3 years ago
  gingerBill 1ec0b79345 Allow both `-help` and `--help` if passed as `init_filename` 3 years ago