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 8d07eab commit 681ee2eCopy full SHA for 681ee2e
ext/symengine/symengine_utils.c
@@ -15,7 +15,7 @@ void sympify(VALUE operand2, basic_struct *cbasic_operand2) {
15
break;
16
17
case T_FLOAT:
18
- f = rb_float_value(operand2);
+ f = RFLOAT_VALUE(operand2);
19
real_double_set_d(cbasic_operand2, f);
20
21
0 commit comments