Page 1 of 2
Floating
Posted: Sun Oct 26, 2008 12:53 pm
by m!nus
It seems I'm missing something about that challenge. I tried making it a float with trying different padding, big/little endian and different formats when sending the solution, it just doesn't work :/
Any hints?
Posted: Sun Oct 26, 2008 6:08 pm
by gfoot
It's fussy about the length of your answer, so if you don't understand why your answer is rejected then try shorter versions.
Posted: Sun Oct 26, 2008 6:21 pm
by therethinker
...and to think all this time I thought it was a steneography challenge...
Posted: Tue Dec 30, 2008 3:51 am
by m!nus
I hate this challenge, i have 2 numbers that seems possible, tried all kinds of lengths, nothing helped. (I have something with 8 and with -5)
Posted: Tue Dec 30, 2008 8:52 am
by rmplpmpl
m!nus wrote:I hate this challenge, i have 2 numbers that seems possible, tried all kinds of lengths, nothing helped. (I have something with 8 and with -5)
You are on the right track with the 8something
Posted: Tue Dec 30, 2008 1:18 pm
by m!nus
takes much time if you have to wait half a minute between your tries. finally found the right length!
Posted: Sat Jan 10, 2009 3:23 pm
by wrtlprnft
Without this thread i'd have expected the answer to be something that can be represented exactly as a decimal, thanks for the help on this somewhat “dirty” challenge.
Posted: Sun Jan 25, 2009 10:03 pm
by jgmvxyyafqcn
Could someone post the right length? It seems I have tried every possible length but it won't work oO 8.something should be right though?
Posted: Sun Mar 15, 2009 10:09 am
by PeterS
Ok, I finally got it. Try rounding to the sixth decimal digit.
This is odd since the wikipedia article says, the precision is about 7.225 decimal digits.
Posted: Mon May 25, 2009 10:19 am
by jgmvxyyafqcn
Thanks! Not one of the best challenges...
Posted: Mon May 25, 2009 9:34 pm
by Zeta
PeterS wrote:Ok, I finally got it. Try rounding to the sixth decimal digit.
This is odd since the wikipedia article says, the precision is about 7.225 decimal digits.
Which means, you can use the 7th digit to round *correctly* to 6 digits.
Posted: Thu Sep 10, 2009 6:14 am
by ftfish
PeterS wrote:Ok, I finally got it. Try rounding to the sixth decimal digit.
This is odd since the wikipedia article says, the precision is about 7.225 decimal digits.
you're right, it can hold 7 decimal digits.
but have you forgot the one digit to the left of the point?
Posted: Wed Nov 04, 2009 11:33 pm
by DaymItzJack
Ah this challenge sucks. I had that number at the beginning but I figured it was wrong because it wasn't a number that was recognizable. I thought it was going to be something like the sqrt(2) or gravity constant.
Posted: Mon Apr 26, 2010 10:33 am
by MrTerry
i m having trouble here.....
x.xxxxxx
with a '.' instead of ',' right?
and 6 digits after the point, or?!
Terry
Posted: Sat Feb 05, 2011 4:39 pm
by DamaTeq
this challenge really sucks ... i should have the correct number (8.xxxxxxxxxxxxxxxxxxxx) but it won't take my answer. I tried to round up / down to nearly every digit. I tried to round like wikipedia says (see: IEEE 754). Tried a ',' instead of '.' but nope ... everything is incorrect. That challenge is getting on my nerves. Not only cuz of the fact I have to wait 30 sec to try another value.