Historial de Commits

Autor SHA1 Mensaje Fecha
  Juan Ignacio Díaz cd61251d39 add Go license hace 1 año
  Juan Ignacio Díaz 7a592cbb31 port math.round from Golang hace 1 año
  gingerBill 3e7e779abf Replace `core:*` to `base:*` where appropriate hace 1 año
  Jeroen van Rijn 9ea88f1353 Merge pull request #2918 from flysand7/math-doc hace 1 año
  Jeroen van Rijn dd9b0ae4e5 Make pow2_f{16,32,64} contextless for consistency. hace 1 año
  Jeroen van Rijn 4cb0edc90b Work around LLVM idiocy. hace 1 año
  Jeroen van Rijn 6201280468 Add math.pow2_f{16,32,64}, fast floating point 2^x where x is an integer. hace 1 año
  flysand7 4a4aca6829 [math]: Fix the doc comments on F64_* constants hace 1 año
  gingerBill 5dba08fb3b Keep -vet happy hace 2 años
  gingerBill 866a9fdf19 Actually add math.hypot hace 2 años
  gingerBill 20e954a864 Add `math.hypot` hace 2 años
  gingerBill 82023cd629 Add @(require_results) to `core:math` procedures hace 2 años
  gingerBill 2127dc56b1 Add `math.pow10` hace 2 años
  gingerBill 0c25f7cdc5 Improve core:math procedures and add loads of unit tests hace 2 años
  gingerBill e5c243ee93 Fix `atan2` by swapping the arguments internally hace 2 años
  gingerBill 92e406cef0 Implement `asin` in native Odin hace 2 años
  gingerBill 269913ede0 Implement `acos` in native Odin hace 2 años
  gingerBill ff36b754cb Fix atrig functions hace 2 años
  gingerBill 39728b8bfb Add the builtin procedures `abs`, `clamp` `min`, `max` to `core:math` as aliases hace 3 años
  gingerBill 208f168564 Correct assignment hace 3 años
  gingerBill 737bccbd5e Add `math.divmod` and `math.floor_divmod` hace 3 años
  blake b2b0043875 fixed math.log2 hace 3 años
  Yeongju Kang 4e8bc0786d fix parameter for atan2 in procedure asin hace 3 años
  Stanislav Ch. Nikolov 5e04ddd653 Fix #1627: Remove wrong return type in cumsum_inplace hace 3 años
  gitlost b94a7a87fa Fix issue #1574 "fract in linalg/glm is broken" by fixing hace 3 años
  gilles 4ebdb6740e fix math.prod hace 3 años
  gingerBill f40f12d480 Minor cleanup to math constants hace 3 años
  gingerBill 2b546a598c Add `math.signbit`; Add `math.gamma` based on http://netlib.sandia.gov/cephes/cprob/gamma.c hace 3 años
  gingerBill b530ca9a5e Add `math.nextafter` hace 3 años
  gingerBill e721f26a76 Implement `ln` based off FreeBSD's /usr/src/lib/msun/src/e_log.c hace 3 años