julia 1.10.10Garbage Collection Safety . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 358 27.7 Non-constant Function Specifications . . . . . . . . . . . . . . . . . . . . . . . . . 358 27.8 Indirect Calls julia> pi = 3 3 julia> pi 3 julia> sqrt = 4 4 However, if you try to redefine a built-in constant or function already in use, Julia will give you an error: julia> pi π = 3.1415926535897... julia> FLOATING-POINT NUMBERS 21 The distance between two adjacent representable floating-point numbers is not constant, but is smaller for smaller values and larger for larger values. In other words, the representable0 码力 | 1692 页 | 6.34 MB | 3 月前3
Julia 1.10.9Garbage Collection Safety . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 358 27.7 Non-constant Function Specifications . . . . . . . . . . . . . . . . . . . . . . . . . 358 27.8 Indirect Calls julia> pi = 3 3 julia> pi 3 julia> sqrt = 4 4 However, if you try to redefine a built-in constant or function already in use, Julia will give you an error: julia> pi π = 3.1415926535897... julia> eps(0.0) 5.0e-324 The distance between two adjacent representable floating-point numbers is not constant, but is smaller for smaller values and larger for larger values. In other words, the representable0 码力 | 1692 页 | 6.34 MB | 3 月前3
Julia 1.11.4Garbage Collection Safety . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 380 28.7 Non-constant Function Specifications . . . . . . . . . . . . . . . . . . . . . . . . . 380 28.8 Indirect Calls Base.length length (generic function with 79 methods) However, if you try to redefine a built-in constant or function already in use, Julia will give you an error: julia> pi π = 3.1415926535897... julia> eps(0.0) 5.0e-324 The distance between two adjacent representable floating-point numbers is not constant, but is smaller for smaller values and larger for larger values. In other words, the representable0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.5 DocumentationGarbage Collection Safety . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 380 28.7 Non-constant Function Specifications . . . . . . . . . . . . . . . . . . . . . . . . . 380 28.8 Indirect Calls Base.length length (generic function with 79 methods) However, if you try to redefine a built-in constant or function already in use, Julia will give you an error: julia> pi π = 3.1415926535897... julia> eps(0.0) 5.0e-324 The distance between two adjacent representable floating-point numbers is not constant, but is smaller for smaller values and larger for larger values. In other words, the representable0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.6 Release NotesGarbage Collection Safety . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 380 28.7 Non-constant Function Specifications . . . . . . . . . . . . . . . . . . . . . . . . . 380 28.8 Indirect Calls Base.length length (generic function with 79 methods) However, if you try to redefine a built-in constant or function already in use, Julia will give you an error: julia> pi π = 3.1415926535897... julia> eps(0.0) 5.0e-324 The distance between two adjacent representable floating-point numbers is not constant, but is smaller for smaller values and larger for larger values. In other words, the representable0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.12.0 RC1Garbage Collection Safety . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384 28.7 Non-constant Function Specifications . . . . . . . . . . . . . . . . . . . . . . . . . 384 28.8 Indirect Calls Base.length length (generic function with 79 methods) However, if you try to redefine a built-in constant or function that you have explicitly imported, Julia will give you an error: julia> using Base: eps(0.0) 5.0e-324 The distance between two adjacent representable floating-point numbers is not constant, but is smaller for smaller values and larger for larger values. In other words, the representable0 码力 | 2057 页 | 7.44 MB | 3 月前3
Julia 1.12.0 Beta4Garbage Collection Safety . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383 28.7 Non-constant Function Specifications . . . . . . . . . . . . . . . . . . . . . . . . . 383 28.8 Indirect Calls Base.length length (generic function with 79 methods) However, if you try to redefine a built-in constant or function that you have explicitly imported, Julia will give you an error: julia> using Base: eps(0.0) 5.0e-324 The distance between two adjacent representable floating-point numbers is not constant, but is smaller for smaller values and larger for larger values. In other words, the representable0 码力 | 2057 页 | 7.44 MB | 3 月前3
Julia 1.12.0 Beta3Garbage Collection Safety . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383 28.7 Non-constant Function Specifications . . . . . . . . . . . . . . . . . . . . . . . . . 383 28.8 Indirect Calls Base.length length (generic function with 79 methods) However, if you try to redefine a built-in constant or function that you have explicitly imported, Julia will give you an error: julia> using Base: eps(0.0) 5.0e-324 The distance between two adjacent representable floating-point numbers is not constant, but is smaller for smaller values and larger for larger values. In other words, the representable0 码力 | 2057 页 | 7.44 MB | 3 月前3
julia 1.13.0 DEVGarbage Collection Safety . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383 28.7 Non-constant Function Specifications . . . . . . . . . . . . . . . . . . . . . . . . . 383 28.8 Indirect Calls Base.length length (generic function with 79 methods) However, if you try to redefine a built-in constant or function that you have explicitly imported, Julia will give you an error: julia> using Base: eps(0.0) 5.0e-324 The distance between two adjacent representable floating-point numbers is not constant, but is smaller for smaller values and larger for larger values. In other words, the representable0 码力 | 2058 页 | 7.45 MB | 3 月前3
julia 1.12.0 beta1Garbage Collection Safety . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383 28.7 Non-constant Function Specifications . . . . . . . . . . . . . . . . . . . . . . . . . 383 28.8 Indirect Calls Base.length length (generic function with 79 methods) However, if you try to redefine a built-in constant or function that you have explicitly imported, Julia will give you an error: julia> using Base: eps(0.0) 5.0e-324 The distance between two adjacent representable floating-point numbers is not constant, but is smaller for smaller values and larger for larger values. In other words, the representable0 码力 | 2047 页 | 7.41 MB | 3 月前3
共 16 条
- 1
- 2













