Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid crafting_success_roll returning NaN
The crafting_success_roll could end up computing 0.0/0.0. This happened to work, but more by luck than design, so check for that case explicitly. (NaN values are unsafe given that we're compiling with -ffast-math).
- Loading branch information