We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32574d commit c94d499Copy full SHA for c94d499
lib/symengine.rb
@@ -45,6 +45,9 @@ def lambdify(exp, *syms)
45
'symbols. You should provide at least this number '\
46
'of arguments (only #{syms.length} given).'
47
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
51
eval(SymEngine::Utils.lambdify_code(exp, syms))
52
53
0 commit comments