fixed-sqrt 0.2.5

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