Skip to content

feat(om2): expand Number description with float64 and NaN details#2928

Open
krajorama wants to merge 1 commit intomainfrom
krajo/om2-number-float64
Open

feat(om2): expand Number description with float64 and NaN details#2928
krajorama wants to merge 1 commit intomainfrom
krajo/om2-number-float64

Conversation

@krajorama
Copy link
Copy Markdown
Member

Summary

  • Clarifies that float64 refers to IEEE 754-2008 double-precision (binary64), with ~15–17 significant decimal digits, using Go's float64 as a concrete example
  • Expands NaN usage beyond "division by zero" to cover any mathematical operation yielding an undefined or indeterminate result (e.g. ∞−∞, 0/0, sqrt of negative)

Test plan

  • Verify the change renders correctly in the docs site

Signed-off-by: György Krajcsovits gyorgy.krajcsovits@grafana.com

🤖 Coded with Claude Sonnet 4.6. Generated with Claude Code

- Add IEEE 754-2008 double-precision reference for float64
- Expand NaN usage to cover all undefined/indeterminate mathematical results

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
Coded with Claude Sonnet 4.6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants