Initial data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 72d218235f
commit f23f22d71c
199087 changed files with 3378941 additions and 0 deletions

10
Task/Infinity/00-TASK.txt Normal file
View file

@ -0,0 +1,10 @@
;Task:
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.
;Related task:
*   [[Extreme floating point values]]
<br><br>