python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Logstash 8.0 @timestamp with nanoseconds precision
I'd need help to understand how to set the @timestamp field with the content of another field that contains date and time with nanoseconds precision. I've tried to use the date match but it's not clea...
alfven
Votes: 0
Answers: 3
Migrate changing column from float to double changing higher values in ruby on rails
I'm trying to make a migrate that changes the column type from float to double, because the float type rounds off some values in the database, such as:
posted value: 23337840
value in database with co...
Luana Maia
Votes: 0
Answers: 1
Check if float is equal to another X number after dot in C
i want to check if a float is equal to another but only X number after the dot.
For X = 3:
0.1234 == 0.1235
if (float1.X == float2.X)
do something
else
do something
Grainbox
Votes: 0
Answers: 2
Inconsistent results with floating point arithmetic (color conversion formulae)
I am trying to parse a bunch of color values from various files, perform lightness changes, and write them back into the files. I have to put this in a PKGBUILD for the Arch User Repository and would ...

Jacob Birkett
Votes: 0
Answers: 0