aboutsummaryrefslogtreecommitdiff
path: root/src/math/modf.go
AgeCommit message (Expand)Author
2025-09-03math: rename Modf parameter int to integerMichael Munday
2025-08-25math: use Trunc to implement ModfMichael Munday
2022-04-11all: gofmt main repoRuss Cox
2021-04-15math: avoid assembly stubsAustin Clements
2016-03-02all: single space after period.Brad Fitzpatrick
2015-10-09math: Modf(-0) returns -0,-0Charlie Dorian
2014-09-08build: move package sources from src/pkg to srcRuss Cox