extra-math 0.1.0

Additional math functions not found in the standard library or libm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "extends": [
        "config:best-practices"
    ],
    "postUpgradeTasks": {
        "commands": [
            "cargo2nix -o",
            "alejandra ."
        ],
        "fileFilters": [
            "Cargo.toml",
            "Cargo.lock"
        ]
    }
}