Learning more about simd_orient

Actually, the result should be 7.50000048.

How I got that number is:

  • Get all relevant number's debugDescriptions,
    -- as those are the values the resulting floats are actually being interpreted as.
  • Put those into Wolfram Alpha, and extract it's result.
    -- namely "7.500000375"
  • convert that into a float via Float("7.500000375")
  • Get it's debugDescription
    -- which is 7.50000048
1 Like