Added Pow operator #246
Annotations
10 errors and 1 warning
Lint:
ops/acos/acos.go#L58
cannot convert math.Acos(float64(x)) (value of type float64) to type T (typecheck)
|
Lint:
ops/acosh/acosh.go#L52
cannot convert math.Acosh(float64(x)) (value of type float64) to type T (typecheck)
|
Lint:
ops/asin/asin.go#L60
cannot convert math.Asin(float64(x)) (value of type float64) to type T (typecheck)
|
Lint:
ops/asinh/asinh.go#L60
cannot convert math.Asinh(float64(x)) (value of type float64) to type T (typecheck)
|
Lint:
ops/atan/atan.go#L60
cannot convert math.Atan(float64(x)) (value of type float64) to type T (typecheck)
|
Lint:
ops/atanh/atanh.go#L60
cannot convert math.Atanh(float64(x)) (value of type float64) to type T (typecheck)
|
Lint:
ops/cos/cos.go#L60
cannot convert math.Cos(float64(x)) (value of type float64) to type T (typecheck)
|
Lint:
ops/cosh/cosh.go#L60
cannot convert math.Cosh(float64(x)) (value of type float64) to type T (typecheck)
|
Lint:
ops/sin/sin.go#L60
cannot convert math.Sin(float64(x)) (value of type float64) to type T (typecheck)
|
Lint:
ops/sinh/sinh.go#L60
cannot convert math.Sinh(float64(x)) (value of type float64) to type T (typecheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading