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 189089a commit e4b5b62Copy full SHA for e4b5b62
ext/symengine/symengine.c
@@ -113,7 +113,6 @@ void Init_symengine() {
113
c_dirichlet_eta = rb_define_class_under(m_symengine, "Dirichlet_eta", c_function);
114
c_zeta = rb_define_class_under(m_symengine, "Zeta", c_function);
115
c_gamma = rb_define_class_under(m_symengine, "Gamma", c_function);
116
- c_one_arg_function = rb_define_class_under(m_symengine, "OneArgFunction", c_function);
117
118
//Abs Class
119
c_abs = rb_define_class_under(m_symengine, "Abs", c_function);
ext/symengine/symengine.h
@@ -25,7 +25,6 @@ VALUE c_lambertw;
25
VALUE c_dirichlet_eta;
26
VALUE c_zeta;
27
VALUE c_gamma;
28
-VALUE c_one_arg_function;
29
VALUE c_abs;
30
VALUE c_sin;
31
VALUE c_cos;
0 commit comments