grammar: a -> the value [skip ci]

This commit is contained in:
surtur 2022-06-28 22:02:13 +02:00
parent ea0ccedbba
commit 32649e28c1
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -27,7 +27,7 @@ var FunctionParams = map[string]funcParams{
"De Jong 2nd": DeJong2Params,
}
// Schwefel computes a value of the Schwefel function for x.
// Schwefel computes the value of the Schwefel function for x.
func Schwefel(x []float64) float64 {
var res float64