func sort.Float64sAreSorted

one use

	sort (current package)
		sort.go#L190: func Float64sAreSorted(x []float64) bool { return slices.IsSorted(x) }