DEBSOURCES
Skip Quicknav
sources / golang-github-chewxy-math32 / 1.11.1-3 / y1.go
1234567
package math32 import "math" func Y1(x float32) float32 { return float32(math.Y1(float64(x))) }