scientific-notation
Converting a decimal number in scientific notation to IEEE 754
I\'ve read a few texts and threads showing how to con开发者_如何学编程vert from a decimal to IEEE 754 but I am still confused as to how I can convert the number without expanding the decimal (which is[详细]
2023-04-05 12:25 分类:问答Java Convert from Scientific Notation to Float
I have a program that I am working on which would effectively convert binary, decimal, or hex numbers to other formats (don\'t ask why I\'m doing this, I honestly don\'t know). So far I only have a bi[详细]
2023-04-05 06:26 分类:问答How Can I Prevent PHP SoapClient From Converting Double Value to Scientific Notation?
I\'m using the PHP SoapClient and passing a credit card number as one of the values.This number is getting converted to exponential format by the soapCall method.I\'m passing 4321432143274321 and the[详细]
2023-03-29 14:59 分类:问答Scientific notation to decimal
I have a double and i am trying to convert it to a decimal. When i use decimalformat to achieve this i get the following:[详细]
2023-03-24 10:36 分类:问答Matlab, how to adjust axis values on figures (scientific notaiton - not enough precision) [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Suppress exponential formatting in figure ticks[详细]
2023-03-16 03:49 分类:问答How do you store scientific notation numbers in MySQL
I want to store scientific notation numbers in MySql. I\'ve saved them to a field which has datatype decimal. The issue is that it stores it in normal notation (at least that what it seems when I vie[详细]
2023-03-14 02:53 分类:问答matlab scientific notation issue
I ha开发者_StackOverflow中文版ve an issue where an 8-digit string such as \'313397E9\' is being passed into excel, then read as the number \'313397000000000\', or \'3.133970e+014\'.[详细]
2023-03-11 22:24 分类:问答How do I display non-scientific formatted values on a JLabel and JTextField?
I have a string value that could co开发者_C百科ntain a double, integer, ascii or byte value and I put that value into a JLabel.I would like for the double and long values to be in the form of 40000000[详细]
2023-03-11 02:13 分类:问答Problems with decimals and scientific notation in Python 2.6.6
I\'m having difficulty with decimal values that I need to use for arithmetic in some cases and as strings in others. Specifically I have a list of rates, ex:[详细]
2023-02-28 12:45 分类:问答Django - How to allow users to enter decimals in scientific notation?
I want users to be able to enter a standard decimal value like 1.51 or enter a value in scientific notation like 4.08E+13.[详细]
2023-02-22 16:55 分类:问答