update meta data
This commit is contained in:
parent
f3a896c724
commit
90e15ed6ce
3307 changed files with 1674 additions and 7 deletions
5
Task/Infinity/00DESCRIPTION
Normal file
5
Task/Infinity/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Write a function which tests if infinity is supported for floating point numbers (this step should be omitted for languages where the language specification already demands the existence of infinity, e.g. by demanding [[IEEE]] numbers), and if so, returns positive infinity. Otherwise, return the largest possible positive floating point number.
|
||||
|
||||
For languages with several floating point types, use the type of the literal constant 1.5 as floating point type.
|
||||
|
||||
C.F. [[Extreme floating point values]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue