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 a117bae commit 97bbd0aCopy full SHA for 97bbd0a
lib/symengine/real_double.rb
@@ -0,0 +1,7 @@
1
+module SymEngine
2
+ class RealDouble
3
+ def to_f
4
+ to_s.to_f
5
+ end
6
7
+end
0 commit comments