8000 Tags · yawaramin/ocaml-decimal · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: yawaramin/ocaml-decimal

Tags

v1.0.2

Toggle v1.0.2's commit message
Fix float parsing

v1.0.1

Toggle v1.0.1's commit message
Fix `Decimal.of_float` incorrect conversion from float to decimal

v1.0.0

Toggle v1.0.0's commit message
Add PPX for decimal literal syntax

E.g. `1.1m`.

Also make a breaking change to the `Decimal.to_string` function:

- Remove the `?eng` parameter
- Add the `?format` parameter to specify how the string should be
  rendered

v0.4.0

Toggle v0.4.0's commit message
Release v0.4.0

CHANGES:

Please refer to tags for release notes.

v0.3.1

Toggle v0.3.1's commit message
Actually fix NaN comparison properly

v0.3.0

Toggle v0.3.0's commit message
Fix NaN comparison and add JSON codec.

v0.2.1

Toggle v0.2.1's commit message
Enforce build only 64-bit arch only

v0.2.0

Toggle v0.2.0's commit message
Port rounding function, implement hash function

Use standard module types.

v0.1.1

Toggle v0.1.1's commit message
v0.1.1: fix test data, OCaml lower bound

v0.1.0

Toggle v0.1.0's commit message
v0.1.0

d79231a Release 0.1.0: basic arithmetic bugs squashed
6ad0081 Add remaining basic ops tests
baac3e2 Add `copy_negate` tests
457a7e3 Fix `copy_abs`
ce8c14a Mention test data changes in the readme
0707485 Delete tests that don't make sense for this implementation
e796d3b Add compare tests
f514d06 Pass `abs` tests
d787e2c Pass subtraction tests
b52f383 Fix subtraction context bug
d876cd7 Port `Calc.dlog`
84a29a4 Print failing flag diagnostics
0c39702 Fix number parsing--again
941be86 Simplify Decimal.of_string pattern match
1d36660 Document build, test
dfcea24 Ensure same length of coef during addition
f6ac8dd Fix parsing of frac part
dc98a0f Decimal.{of_string,to_string} fixes
2235058 Redo string parsing
6e3bb17 Parse 'whole exponents' e.g. 7e-3
6082b94 Fix parsing of leading zero
91b3b59 Refactor assertion function
fae95d7 Fix up dependencies
d339786 Implement decimal test runner
7bdeb1f Work on docs
58f79c2 Fix doc generation
aeede23 Use more symbols
ffb5be8 Implement fma
78a3d67 Fix loop
613ca8f Use correct equality
602c105 Implement dlog10
4963deb Implement ilog
47c1c95 Add Signal.array pretty-printer
eb1ff1d Use space to disambiguate negative
6061ce6 Port some support calculations
f9c638b Use Inf when stringifying
9d34806 Use nicer symbols
dffaf5e Undo function misname
9500428 Change naming of decimal case (Normal -> Finite)
0