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 9ddc2c6 commit 22cff51Copy full SHA for 22cff51
ext/symengine/symengine.c
@@ -47,6 +47,7 @@ void Init_symengine() {
47
48
//Sympify as a Module Level Function
49
rb_define_module_function(m_symengine, "sympify", cutils_sympify, 1);
50
+ rb_define_module_function(m_symengine, "S", cutils_sympify, 1);
51
52
//Symbol class
53
c_symbol = rb_define_class_under(m_symengine, "Symbol", c_basic);
0 commit comments