implement sqrti, fix #1692

This commit is contained in:
Pascal
2020-08-29 18:51:36 -07:00
parent 97d4e7e228
commit 6ccb00182f
11 changed files with 93 additions and 3 deletions

View File

@@ -57,6 +57,7 @@ url = "2.1.0"
percent-encoding = "2.1.0"
sha2 = "0.8.0"
prometheus = { version = "0.9", optional = true }
integer-sqrt = "0.1.3"
[dependencies.serde_json]
version = "1.0"