add handling of nonallocating functions, add plot option

This commit is contained in:
Gaspard Jankowiak 2025-02-12 11:04:26 +01:00
commit 3b80b8c720
4 changed files with 62 additions and 8 deletions

View file

@ -9,3 +9,4 @@ include("trig_functions.jl")
include("gauss.jl")
include("erf.jl")
include("tensors.jl")
include("nonallocating.jl")