The character or glyph used to separate the integer part from the fraction part in a decimal number.
We have an interesting problem were we need to determine the decimal precision of a users input (textbox). Essentially we …
c# decimal precision decimal-pointI'm working on an international project and have observed that, in Java, the choice of the decimal separator is based …
java locale number-formatting decimal-pointI currently have a number input script that behaves similar to a calculator with the way numbers are displayed, but …
javascript decimal-pointI have this code (very basic): #include <iostream> #include <iomanip> using namespace std; int main() { float …
c++ output decimal-pointI am trying to find the square root of 2 to 100 decimal places, but it only shows to like 10 by default, …
python math decimal-pointI have a whole lot (hundreds of thousands) of rather large (>0.5MB) files, where data are numerical, but with …
matlab file-io decimal-pointIs there an easy way to read back if the language set uses a decimal comma or a decimal point?
android decimal-pointThis question is similar to "dropping trailing ‘.0’ from floats", but for Perl and with a maximum number of digits after …
perl printf decimal-pointI am learning about floating point formats (IEEE). In the single precision floating point format ,it is mentioned that the …
floating-point precision decimal-pointI have created a text field to enter an amount of money. I want the user to be able to …
objective-c uitextfield decimal-point