refactor newtons_method

This commit is contained in:
Simon Gardling
2022-03-23 20:56:04 -04:00
parent fd82c71652
commit c4c29328b6
3 changed files with 35 additions and 53 deletions

View File

@@ -36,6 +36,7 @@ tar = "0.4.38"
ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" }
serde_json = "1.0.79"
tracing = "0.1.32"
itertools = "0.10.3"
[build-dependencies]
shadow-rs = "0.11.0"