func math.Asin

2 uses

	math (current package)
		asin.go#L20: func Asin(x float64) float64 {
		asin.go#L66: 	return Pi/2 - Asin(x)