Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • That was enlightening... :-) Well, you're right: I don't need precision here, I just need to make it acceptable to humans. But There remains the problem of the infinity. Commented Mar 5, 2014 at 5:37
  • 1
    Floating point has a reserved value meaning infinity, along with a reserved value meaning 'not a meaningfully computable number` (NAN). Some of the others may; you'd have to look at their documentation. Integer and scaled integer and related don't, of course. But generally real-world problems don't actually need INF or NAN except as error cases... unless you're writing a symbolic math package, in which case you mostly aren't going to be computing with numbers at all.
    – keshlam
    Commented Mar 5, 2014 at 5:44