7 lines
70 B
Julia
7 lines
70 B
Julia
|
|
module math
|
|
include("files/_math.jl")
|
|
|
|
export nneg, npos
|
|
end
|