Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ expr_neg
Function
expr_neg
python/__expr.py:19–20 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
17
return
Expr(a) - Expr(b)
18
19
def
expr_neg(a):
20
return
-Expr(a)
21
22
def
expr_mul(a,b):
23
return
Expr(a) * Expr(b)
Callers
nothing calls this directly
Calls
1
Expr
Function · 0.70
Tested by
no test coverage detected