Skip to content
Discussion options

You must be logged in to vote

Let me be bullet point it because we went of track somewhere.

For missing constant -1.000:

  1. validate does string comparison prior to converting to floats exactly because bits are hard.
  2. validate cannot strip the white space from your XML strings without potentially changing its meaning
  3. There would be no change to floating point numbers if the white space was not there or matched what was in the CSV.

For missing constant -9.999999e4:

  1. validate does string comparison prior to converting to floats (same as -1.000)
  2. validate cannot strip white space or do any other string manipulation (move decimal) without potentially changing its meaning
  3. There would be no change to floating point numbers if …

Replies: 15 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jordanpadams
Comment options

You must be logged in to vote
5 replies
@al-niessner
Comment options

@rjwilson-LASP
Comment options

@al-niessner
Comment options

@rjwilson-LASP
Comment options

@al-niessner
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
4 participants
Converted from issue

This discussion was converted from issue #1379 on October 07, 2025 16:08.