Julia v1.2.0 Documentation
. . . . . . . . . 1133 99.3 Working with Test Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1135 99.4 Other Test Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1229 Running the Julia test suite under Valgrind . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1229 Caveats especial headaches with arrays: julia> [1 NaN] == [1 NaN] false Julia provides addi�onal func�ons to test numbers for special values, which can be useful in situa�ons like hash key comparisons: Func�on Tests0 码力 | 1250 页 | 4.29 MB | 1 年前3Julia 1.2.0 DEV Documentation
. . . . . . . . . 1135 100.3Working with Test Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1137 100.4Other Test Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1231 Running the Julia test suite under Valgrind . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1231 Caveats especial headaches with arrays: julia> [1 NaN] == [1 NaN] false Julia provides addi�onal func�ons to test numbers for special values, which can be useful in situa�ons like hash key comparisons: Func�on Tests0 码力 | 1252 页 | 4.28 MB | 1 年前3Julia v1.1.1 Documentation
. . . . . . . . . 1099 97.3 Working with Test Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1101 97.4 Other Test Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1195 Running the Julia test suite under Valgrind . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1195 Caveats in the LCOV tracefile format and gets propagated to child processes, such as precompile steps and test workers (#30381). 11 Chapter 5 New library func�ons • splitpath(p::String) func�on, which is the0 码力 | 1216 页 | 4.21 MB | 1 年前3Julia 1.1.0 Documentation
. . . . . . . . . 1097 97.3 Working with Test Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1099 97.4 Other Test Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1193 Running the Julia test suite under Valgrind . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1193 Caveats in the LCOV tracefile format and gets propagated to child processes, such as precompile steps and test workers (#30381). 11 Chapter 5 New library func�ons • splitpath(p::String) func�on, which is the0 码力 | 1214 页 | 4.21 MB | 1 年前3Julia 中文文档
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1127 88.3 Working with Test Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1129 88.4 其他测试宏 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1219 Running the Julia test suite under Valgrind . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1219 Caveats . . . 的行)。那么对于所有不包括前三引号 """ 后面文本 的行而言,公共起始序列就被移除了(包括只含空格和制表符而以此序列开始的行),例如: julia> """ This is a test""" " This\nis\n a test" 接下来,如果前三引号 """ 后面紧跟换行符,那么换行符就从生成的字符串中被剥离。 """hello""" 等价于 """ hello""" 但是 """0 码力 | 1238 页 | 4.59 MB | 1 年前3Julia v1.5.4 Documentation
. . . . . . . . . . 1191 91.3 Working with Test Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1193 91.4 Other Test Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1291 Running the Julia test suite under Valgrind . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1291 Caveats . . . when working with arrays: julia> [1 NaN] == [1 NaN] false Julia provides additional functions to test numbers for special values, which can be useful in situations like hash key comparisons: isequal0 码力 | 1337 页 | 4.41 MB | 1 年前3Julia 1.5.3 Documentation
. . . . . . . . . . 1189 91.3 Working with Test Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1191 91.4 Other Test Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1289 Running the Julia test suite under Valgrind . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1289 Caveats . . . when working with arrays: julia> [1 NaN] == [1 NaN] false Julia provides additional functions to test numbers for special values, which can be useful in situations like hash key comparisons: isequal0 码力 | 1335 页 | 4.41 MB | 1 年前3Julia 1.5.2 Documentation
. . . . . . . . . . 1189 91.3 Working with Test Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1191 91.4 Other Test Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1289 Running the Julia test suite under Valgrind . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1289 Caveats . . . when working with arrays: julia> [1 NaN] == [1 NaN] false Julia provides additional functions to test numbers for special values, which can be useful in situations like hash key comparisons: isequal0 码力 | 1335 页 | 4.41 MB | 1 年前3Julia 1.5.1 Documentation
. . . . . . . . . . 1189 91.3 Working with Test Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1191 91.4 Other Test Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1289 Running the Julia test suite under Valgrind . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1289 Caveats . . . when working with arrays: julia> [1 NaN] == [1 NaN] false Julia provides additional functions to test numbers for special values, which can be useful in situations like hash key comparisons: isequal0 码力 | 1335 页 | 4.41 MB | 1 年前3Julia 1.5.0 Documentation
. . . . . . . . . . 1189 91.3 Working with Test Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1191 91.4 Other Test Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1289 Running the Julia test suite under Valgrind . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1289 Caveats . . . when working with arrays: julia> [1 NaN] == [1 NaN] false Julia provides additional functions to test numbers for special values, which can be useful in situations like hash key comparisons: isequal0 码力 | 1335 页 | 4.41 MB | 1 年前3
共 87 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9