fixed-sqrt 0.3.0

Square root for fixed-point numbers
Documentation
1
2
3
4
5
6
7
8
9
10
with import <nixpkgs> {};
mkShell {
  buildInputs = [
    glab
    gnuplot
    llvm
    rustup
    rust-analyzer
  ];
}