We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
julia> a = eye(3) 3×3 Array{Float64,2}: 1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 julia> √.(a) ERROR: syntax: invalid identifier name "." Stacktrace: [1] macro expansion at ./REPL.jl:97 [inlined] [2] (::Base.REPL.##1#2{Base.REPL.REPLBackend})() at ./event.jl:73
julia> versioninfo() Julia Version 0.6.0 Commit 903644385b* (2017-06-19 13:05 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz WORD_SIZE: 64 BLAS: libblas LAPACK: liblapack LIBM: libm LLVM: libLLVM-3.9.1 (ORCJIT, broadwell)
The text was updated successfully, but these errors were encountered:
OK, duplicate of #22498
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: