Time for an 2014 update…
This commit is contained in:
parent
372c577f83
commit
09687c4926
2520 changed files with 34227 additions and 7318 deletions
|
|
@ -1,8 +1,3 @@
|
|||
julia> t = true
|
||||
true
|
||||
|
||||
julia> typeof(t)
|
||||
Bool
|
||||
julia> if 1
|
||||
println("true")
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,9 +1,3 @@
|
|||
julia> bool
|
||||
# methods for generic function bool
|
||||
bool(x::Bool) at bool.jl:9
|
||||
bool(x::Number) at bool.jl:10
|
||||
bool(x::AbstractArray{Bool,N}) at abstractarray.jl:219
|
||||
bool(x::AbstractArray{T,N}) at abstractarray.jl:220
|
||||
julia> bool(-2:2)
|
||||
5-element Bool Array:
|
||||
true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue