julia 1.10.10default type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32 julia> UInt UInt32 # 64-bit system: julia> Int Int64 julia> UInt0 码力 | 1692 页 | 6.34 MB | 3 月前3
Julia 1.10.9default type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32 julia> UInt UInt32 # 64-bit system: julia> Int Int64 julia> UInt0 码力 | 1692 页 | 6.34 MB | 3 月前3
Julia 1.11.4default type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32CHAPTER 5. INTEGERS AND FLOATING-POINT NUMBERS 17 julia> UInt UInt320 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.5 Documentationdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32CHAPTER 5. INTEGERS AND FLOATING-POINT NUMBERS 17 julia> UInt UInt320 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.6 Release Notesdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32CHAPTER 5. INTEGERS AND FLOATING-POINT NUMBERS 17 julia> UInt UInt320 码力 | 2007 页 | 6.73 MB | 3 月前3
julia 1.13.0 DEVdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32CHAPTER 5. INTEGERS AND FLOATING-POINT NUMBERS 17 julia> UInt UInt320 码力 | 2058 页 | 7.45 MB | 3 月前3
Julia 1.12.0 RC1default type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32CHAPTER 5. INTEGERS AND FLOATING-POINT NUMBERS 17 julia> UInt UInt320 码力 | 2057 页 | 7.44 MB | 3 月前3
Julia 1.12.0 Beta4default type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32CHAPTER 5. INTEGERS AND FLOATING-POINT NUMBERS 17 julia> UInt UInt320 码力 | 2057 页 | 7.44 MB | 3 月前3
Julia 1.12.0 Beta3default type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32CHAPTER 5. INTEGERS AND FLOATING-POINT NUMBERS 17 julia> UInt UInt320 码力 | 2057 页 | 7.44 MB | 3 月前3
julia 1.12.0 beta1default type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32CHAPTER 5. INTEGERS AND FLOATING-POINT NUMBERS 17 julia> UInt UInt320 码力 | 2047 页 | 7.41 MB | 3 月前3
共 32 条
- 1
- 2
- 3
- 4













