タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

mathとlangに関するiwazerのブックマーク (1)

  • Floating Point Math

    Floating Point Math Your language isn’t broken, it’s doing floating point math. Computers can only natively store integers, so they need some way of representing decimal numbers. This representation is not perfectly accurate. This is why, more often than not, 0.1 + 0.2 != 0.3. Why does this happen? It’s actually rather interesting. When you have a base-10 system (like ours), it can only express fr

  • 1