diff options
| author | William Hergès <william@herges.fr> | 2025-11-08 23:31:59 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-11-08 23:31:59 +0100 |
| commit | e65699f8d37e4d4b069afad55f2d22bfa271d101 (patch) | |
| tree | 8ab324fa7fc192bb1e46d389541d79c910cd2514 /mix.lock | |
| parent | 8a26b3d43e1adb6f9585891500a5fc856fd0ca5c (diff) | |
feat(calc): use rational number for abitrary precision
Diffstat (limited to 'mix.lock')
| -rw-r--r-- | mix.lock | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mix.lock b/mix.lock new file mode 100644 index 0000000..5d2e9be --- /dev/null +++ b/mix.lock @@ -0,0 +1,5 @@ +%{ + "coerce": {:hex, :coerce, "1.0.1", "211c27386315dc2894ac11bc1f413a0e38505d808153367bd5c6e75a4003d096", [:mix], [], "hexpm", "b44a691700f7a1a15b4b7e2ff1fa30bebd669929ac8aa43cffe9e2f8bf051cf1"}, + "numbers": {:hex, :numbers, "5.2.4", "f123d5bb7f6acc366f8f445e10a32bd403c8469bdbce8ce049e1f0972b607080", [:mix], [{:coerce, "~> 1.0", [hex: :coerce, repo: "hexpm", optional: false]}, {:decimal, "~> 1.9 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "eeccf5c61d5f4922198395bf87a465b6f980b8b862dd22d28198c5e6fab38582"}, + "ratio": {:hex, :ratio, "4.0.1", "3044166f2fc6890aa53d3aef0c336f84b2bebb889dc57d5f95cc540daa1912f8", [:mix], [{:decimal, "~> 1.6 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}, {:numbers, "~> 5.2.0", [hex: :numbers, repo: "hexpm", optional: false]}], "hexpm", "c60cbb3ccdff9ffa56e7d6d1654b5c70d9f90f4d753ab3a43a6bf40855b881ce"}, +} |
