well, I've a javascript code which uses two arrays:
items [id,name, price]
prices are float from mysql db.representation of an order in html form which i iterate using jquery
now I compute the total price
I run over the second table and retrieves proper price from the first.
but I get the answer+0.000000001.
which i use tofixed to cut.
but still I'm puzzled if this is a known behavior.