julia 1.10.10Accessing Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 17.2 Writing Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 17.3 Functions functions, not just scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . 449 36.3 Avoid writing overly-specific types . . . . . . . . . . . . . . . . . . . . . . . . . . . 449 36.4 Handle excess 5e-4 0.00025 The above results are all Float64 values. Literal Float32 values can be entered by writing an f in place of e: julia> x = 0.5f0 0.5f0 julia> typeof(x) Float32 julia> 2.5f-4 0.00025f00 码力 | 1692 页 | 6.34 MB | 3 月前3
Julia 1.10.9Accessing Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 17.2 Writing Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 17.3 Functions functions, not just scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . 449 36.3 Avoid writing overly-specific types . . . . . . . . . . . . . . . . . . . . . . . . . . . 449 36.4 Handle excess 5e-4 0.00025 The above results are all Float64 values. Literal Float32 values can be entered by writing an f in place of e: julia> x = 0.5f0 0.5f0 julia> typeof(x) Float32 julia> 2.5f-4 0.00025f00 码力 | 1692 页 | 6.34 MB | 3 月前3
Julia 1.11.4Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 231CONTENTS iv 18.2 Writing Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 231 18.3 Functions functions, not just scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . 482 37.3 Avoid writing overly-specific types . . . . . . . . . . . . . . . . . . . . . . . . . . . 482 37.4 Handle excess 5e-4 0.00025 The above results are all Float64 values. Literal Float32 values can be entered by writing an f in place of e: julia> x = 0.5f0 0.5f0 julia> typeof(x) Float32 julia> 2.5f-4 0.00025f0CHAPTER0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.5 DocumentationDocumentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 231CONTENTS iv 18.2 Writing Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 231 18.3 Functions functions, not just scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . 482 37.3 Avoid writing overly-specific types . . . . . . . . . . . . . . . . . . . . . . . . . . . 482 37.4 Handle excess 5e-4 0.00025 The above results are all Float64 values. Literal Float32 values can be entered by writing an f in place of e: julia> x = 0.5f0 0.5f0 julia> typeof(x) Float32 julia> 2.5f-4 0.00025f0CHAPTER0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.6 Release NotesDocumentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 231CONTENTS iv 18.2 Writing Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 231 18.3 Functions functions, not just scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . 482 37.3 Avoid writing overly-specific types . . . . . . . . . . . . . . . . . . . . . . . . . . . 482 37.4 Handle excess 5e-4 0.00025 The above results are all Float64 values. Literal Float32 values can be entered by writing an f in place of e: julia> x = 0.5f0 0.5f0 julia> typeof(x) Float32 julia> 2.5f-4 0.00025f0CHAPTER0 码力 | 2007 页 | 6.73 MB | 3 月前3
julia 1.13.0 DEVAccessing Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 18.2 Writing Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 18.3 Functions docstrings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 493 37.4 Avoid writing overly-specific types . . . . . . . . . . . . . . . . . . . . . . . . . . . 493 37.5 Handle excess 5e-4 0.00025 The above results are all Float64 values. Literal Float32 values can be entered by writing an f in place of e: julia> x = 0.5f0 0.5f0 julia> typeof(x) Float32 julia> 2.5f-4 0.00025f0CHAPTER0 码力 | 2058 页 | 7.45 MB | 3 月前3
Julia 1.12.0 RC1Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232CONTENTS iv 18.2 Writing Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 18.3 Functions functions, not just scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . 494 37.3 Avoid writing overly-specific types . . . . . . . . . . . . . . . . . . . . . . . . . . . 494 37.4 Handle excess 5e-4 0.00025 The above results are all Float64 values. Literal Float32 values can be entered by writing an f in place of e: julia> x = 0.5f0 0.5f0 julia> typeof(x) Float32 julia> 2.5f-4 0.00025f0CHAPTER0 码力 | 2057 页 | 7.44 MB | 3 月前3
Julia 1.12.0 Beta4Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232CONTENTS iv 18.2 Writing Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 18.3 Functions functions, not just scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . 493 37.3 Avoid writing overly-specific types . . . . . . . . . . . . . . . . . . . . . . . . . . . 493 37.4 Handle excess 5e-4 0.00025 The above results are all Float64 values. Literal Float32 values can be entered by writing an f in place of e: julia> x = 0.5f0 0.5f0 julia> typeof(x) Float32 julia> 2.5f-4 0.00025f0CHAPTER0 码力 | 2057 页 | 7.44 MB | 3 月前3
Julia 1.12.0 Beta3Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232CONTENTS iv 18.2 Writing Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 18.3 Functions functions, not just scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . 493 37.3 Avoid writing overly-specific types . . . . . . . . . . . . . . . . . . . . . . . . . . . 493 37.4 Handle excess 5e-4 0.00025 The above results are all Float64 values. Literal Float32 values can be entered by writing an f in place of e: julia> x = 0.5f0 0.5f0 julia> typeof(x) Float32 julia> 2.5f-4 0.00025f0CHAPTER0 码力 | 2057 页 | 7.44 MB | 3 月前3
julia 1.12.0 beta1Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232CONTENTS iv 18.2 Writing Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232 18.3 Functions functions, not just scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . 493 37.3 Avoid writing overly-specific types . . . . . . . . . . . . . . . . . . . . . . . . . . . 493 37.4 Handle excess 5e-4 0.00025 The above results are all Float64 values. Literal Float32 values can be entered by writing an f in place of e: julia> x = 0.5f0 0.5f0 julia> typeof(x) Float32 julia> 2.5f-4 0.00025f0CHAPTER0 码力 | 2047 页 | 7.41 MB | 3 月前3
共 19 条
- 1
- 2













