aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/math.rs
AgeCommit message (Collapse)Author
2020-04-04switch from quick_error to thiserrorDaniel Schadt
thiserror seems to be the more modern approach that also works with the new Error trait from std.
2018-06-14rework boon trackingDaniel Schadt
2018-06-13fix Default impl for RecordFuncDaniel Schadt
Deriving it puts the Default trait bound on X, T and D, even though this is not necessary.
2018-06-13clean up a bitDaniel Schadt
2018-06-13rework damage trackerDaniel Schadt