new files
This commit is contained in:
parent
3af7344581
commit
86c034bb8b
1364 changed files with 21352 additions and 0 deletions
6
Task/Infinity/Tcl/infinity-1.tcl
Normal file
6
Task/Infinity/Tcl/infinity-1.tcl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package require Tcl 8.5
|
||||
|
||||
expr {1.0 / 0} ;# ==> Inf
|
||||
expr {-1.0 / 0} ;# ==> -Inf
|
||||
expr {inf} ;# ==> Inf
|
||||
expr {1 / 0} ;# ==> "divide by zero" error; Inf not part of range of integer division
|
||||
Loading…
Add table
Add a link
Reference in a new issue