Commit History

Author SHA1 Message Date
  Stanislav Ch. Nikolov 5e04ddd653 Fix #1627: Remove wrong return type in cumsum_inplace 3 years ago
  gitlost b94a7a87fa Fix issue #1574 "fract in linalg/glm is broken" by fixing 3 years ago
  gilles 4ebdb6740e fix math.prod 3 years ago
  gingerBill f40f12d480 Minor cleanup to math constants 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 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 6a101e69a2 Implement `ldexp` and `frexp` in native Odin 3 years ago
  gingerBill 518460af66 Begin work in semi-standardized `js_wasm32` target 3 years ago
  gingerBill 7bb7a741c6 Make `math` procedure `contextless`; Add `asinh`, `acosh`, `atanh` 3 years ago
  gingerBill 720884e0f1 Strip even more semicolons if followed by a `}` or `)` on the same line 4 years ago
  gingerBill 251da264ed Remove unneeded semicolons from the core library 4 years ago
  gingerBill f0437a4242 Enforce `core:builtin` and `core:intrinsics` for imports 4 years ago
  Joakim Hentula 6465fb8ec7 Fix for value rather than type used for intrinsics 4 years ago
  Jeroen van Rijn d7dba495fd Last of the Endian float in math.odin. 4 years ago
  Jeroen van Rijn c05f6b4a31 Even more Endian maths. 4 years ago
  Jeroen van Rijn a0a578c72a More Endian version of maths procs. 4 years ago
  Jeroen van Rijn 55fc2c00c0 Add Endian versions of math routines. 4 years ago
  gingerBill 63bb26c0e0 Add f16 specific procedures to core:math 4 years ago
  gingerBill 28ed310f31 Remove `"pure"` and `"pure_none"` calling conventions 4 years ago
  Oskar Nordquist 60b9ef1f5d Fix math.factorial() 4 years ago
  gingerBill f0683c9102 Merge branch 'master' into parser-experiments 4 years ago
  gingerBill 6ee4f51670 Add new math procedure: inf_f32 inf_f64 nan_f32 nan_f64 4 years ago
  gingerBill 54fbdabc38 Add experimental `-insert-semicolon` functionality to tokenizer and parser 4 years ago
  gingerBill c1149dbdee Update math and math/linalg; add "pure_none" calling convention 5 years ago
  gingerBill 9fd35776fd Fix typos in math.odin 5 years ago
  foxnne 437d5e28cd fix wrap in core:math 5 years ago
  gingerBill 5eaef091e2 Update math/bits 5 years ago