MCPcopy Create free account
hub / github.com/expr-lang/expr / Add

Method Add

test/playground/env.go:135–137  ·  view source on GitHub ↗
(a, b float64)

Source from the content-addressed store, hash-verified

133}
134
135func (Blog) Add(a, b float64) float64 {
136 return a + b
137}
138
139func (Blog) Sub(a, b float64) float64 {
140 return a - b

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected