Quantcast
Channel: Active questions tagged string-manipulation - Mathematica Stack Exchange
Viewing all articles
Browse latest Browse all 186

Internal`MRealToString Gives Scientific Output From Large Inputs. How To Stop This?

$
0
0

The undocumented Internal`MRealToString works just fine for reals up to 999999. For anything over it outputs scientific notation. I don't need scientific, I need simple decimal.

Internal`MRealToString[1.]
Internal`MRealToString[1000000.]

1.*^6

I need the latter to output 1000000.

How do I do that?

UPD. I am exporting over 3,000,000 reals into string, so performance is really important to me. That's why I'm using Internal'MRealToString instead of ToString.


Viewing all articles
Browse latest Browse all 186

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>