aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/float.c
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2012-08-07runtime: inline several float64 routines to speed up complex128 divisionShenghou Ma
2012-08-07math, runtime: use a NaN that matches gcc'sShenghou Ma
2010-11-04runtime: ,s/[a-zA-Z0-9_]+/runtimeĀ·&/g, almostRuss Cox
2009-10-15move math out of runtime.Russ Cox
2009-06-30convert string runtime to use cgo.Russ Cox
2009-06-09mv src/lib to src/pkgRob Pike