a137x

Results 4 issues of a137x

The square root of a Decimal. Uses a standard Babylonian method. Referring to [this](https://docs.rs/rust_decimal/latest/src/rust_decimal/maths.rs.html#328) implementation. Related to #431

Made this simple program as exercise of learning Rust https://github.com/a137x/plutus-rustus Works much much faster than this python counterpart. Good luck.

`scrypto coverage` command produces error, not recognizing installed `llvm` of proper version. ```shell ❯ scrypto coverage Missing command: llvm-cov-17. Please install LLVM version matching rustc LLVM version, which is 17....