JuliaSymbolics / Symbolics.jl

Symbolic programming for the next generation of numerical software
https://docs.sciml.ai/Symbolics/stable/
Other
1.36k stars 154 forks source link

`build_function` for `Complex{Num}` #1326

Closed oameye closed 2 hours ago

oameye commented 2 hours ago
using Symbolics
@variables Δ
f = Symbolics.build_function(1+im*Δ, Δ)
eval(f)(1)

Does not evaluate the expression.

oameye commented 2 hours ago

Duplicate of #919