Numbers Standard Numeric Types Abstract number types Concrete number types Data Formats General Number Functions and Constants Integers BigFloats and BigInts Numbers S...
文件系统 文件系统 Base.Filesystem.pwd — Function pwd () -> AbstractString Get the current working directory. Examples julia > pwd () "/home/JuliaUser" julia > cd (...
文件系统 文件系统 Base.Filesystem.pwd — Function pwd () -> AbstractString Get the current working directory. Examples julia > pwd () "/home/JuliaUser" julia > cd (...
Essentials Introduction Getting Around Keywords Base Modules All Objects Properties of Types Type relations Declared structure Memory layout Special values Special Types ...
I/O and Network General I/O Text I/O Multimedia I/O Network I/O I/O and Network General I/O stdout Global variable referring to the standard out stream. source stde...
I/O and Network General I/O Text I/O Multimedia I/O Network I/O I/O and Network General I/O Base.stdout — Constant. stdout Global variable referring to the standard...
Iteration utilities Iteration utilities Base.Iterators.Stateful — Type Stateful ( itr ) There are several different ways to think about this iterator wrapper: It provid...
Strings Strings Core.AbstractChar — Type The AbstractChar type is the supertype of all character implementations in Julia. A character represents a Unicode code point, and c...