Skip to content

Commit c94d499

Browse files
committed
Add TODO for eval
1 parent f32574d commit c94d499

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/symengine.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ def lambdify(exp, *syms)
4545
'symbols. You should provide at least this number '\
4646
'of arguments (only #{syms.length} given).'
4747
end
48+
# TODO: Implement one of the two options below.
49+
# 1. check that all the symbol names and function names are valid.
50+
# 2. wrap symengine's LambdaRealDouble into C and then to ruby
4851
eval(SymEngine::Utils.lambdify_code(exp, syms))
4952
end
5053
end

0 commit comments

Comments
 (0)