Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/Test-integerness/Julia/test-integerness.julia
Normal file
11
Task/Test-integerness/Julia/test-integerness.julia
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# v0.6.0
|
||||
|
||||
@show isinteger(25.000000)
|
||||
@show isinteger(24.999999)
|
||||
@show isinteger(25.000100)
|
||||
@show isinteger(-2.1e120)
|
||||
@show isinteger(-5e-2)
|
||||
@show isinteger(NaN)
|
||||
@show isinteger(Inf)
|
||||
@show isinteger(complex(5.0, 0.0))
|
||||
@show isinteger(complex(5, 5))
|
||||
Loading…
Add table
Add a link
Reference in a new issue