y1.go 99 B

1234567
  1. package math32
  2. import "math"
  3. func Y1(x float32) float32 {
  4. return float32(math.Y1(float64(x)))
  5. }