Anything related to converting a floating point number to and from other representations.
The description for type float in C mentions that the number of significant digits is 6. However, float f = 12345.6; and then …
c floating-point floating-point-conversionget a complier error while trying to do float_val=float_val<<1; It gives out a error saying "…
c floating-point floating-point-conversionI'm new to the whole coding thing...so here goes. Just trying to write a simple number guess game, but …
python python-3.x data-conversion floating-point-conversionI have a rails app with a basic postgres db, but I realized that some of my columns are strings …
ruby-on-rails postgresql activerecord database-normalization floating-point-conversionI'm doing Learn Python the Hard Way exercise 35. Below is the original code, and we're asked to change it so …
python python-2.7 floating-point floating-point-conversionI want to display a float with the entire integer part and up to two decimals for the fractional part, …
go floating-point-conversionI am trying to calculate p1=(1/1)*(1/2)*...*(1/n) but something is wrong and the printf gives me 0.000...0 #include <stdio.h&…
c floating-point integer floating-point-conversionHow to convert a floating point number into a sequence of bytes so that it can be persisted in a …
c floating-point floating-point-conversionHere is the problem: The game Totals can be played by any number of people. It starts with a total …
c floating-point floating-point-conversionMy code reads an RGB image, processing it to produce floating-point results. How can I write these values as an …
image matlab file-io floating-point floating-point-conversion