first commit
This commit is contained in:
3
util/julia/files/_math.jl
Normal file
3
util/julia/files/_math.jl
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
nneg(v) = max(v, 0)
|
||||
npos(v) = min(v, 0)
|
||||
Reference in New Issue
Block a user