aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/sinh.zig
AgeCommit message (Expand)Author
2020-04-26Fix f64 variants of math.cosh and math.sinh to accept negative inputs. (#5172)Nick Appleton
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley