Key | Value |
---|---|
FileName | ./usr/share/perl5/Test/Number/Delta.pm |
FileSize | 19391 |
MD5 | FC57AD3E09D88F302E655FCADE9EE538 |
SHA-1 | 655959DEE0B0CA3198303B9A5DEEE2A0B582B8DD |
SHA-256 | 4DCECAD8EB5B5BB7CFCF3F8734A63D1797F9C1CE61644CCFF77919F673DC6CA7 |
SSDEEP | 384:HQd9HP/uhY2dPd5uN6rFwae93QmVNV2BiEgf/afYK/j9de6VDNLamVsz/ssek:HQrP/uhYWbu2wvtQyCPgf/afYK55NLaj |
TLSH | T14D92A523BFC246E5C1E0D091738BA686F318E26EB592D365785DDD842BC1C3853BE798 |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 173 |
hashlookup:trust | 100 |
The searched file hash is included in 173 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.0/packages//powerpc//p5-Test-Number-Delta-1.06.tgz |
MD5 | D876E802CEA0505FE4C87C7510ED2BCA |
SHA-1 | 022CF1640FBE4CD43F5BFD7F3738ED67CBAB1AED |
SHA-256 | 6A83145019E8D18430C865E120B23931CD7DA3DEC8777A70ABBE03A1642BA636 |
SSDEEP | 192:kz6kyudhKbgRX6M6wIzcc550Ks8BooXgh3wwpf6O2pgg:jOKw6M2Ac55fNBooXTM6OyR |
TLSH | T12AF1AF22943AE753D88DCCFDC5821BF724A02A6656C19C6E14389CF5084425CDEF5ACD |
Key | Value |
---|---|
MD5 | 11B6A607E629E867B9B085F9999DB9EA |
PackageArch | noarch |
PackageDescription | At some point or another, most programmers find they need to compare floating-point numbers for equality. The typical idiom is to test if the absolute value of the difference of the numbers is within a desired tolerance, usually called epsilon. This module provides such a function for use with the Test::More manpage. Usage is similar to other test functions described in the Test::More manpage. Semantically, the 'delta_within' function replaces this kind of construct: ok ( abs($p - $q) < $epsilon, '$p is equal to $q' ) or diag "$p is not equal to $q to within $epsilon"; While there's nothing wrong with that construct, it's painful to type it repeatedly in a test script. This module does the same thing with a single function call. The 'delta_ok' function is similar, but either uses a global default value for epsilon or else calculates a 'relative' epsilon on the fly so that epsilon is scaled automatically to the size of the arguments to 'delta_ok'. Both functions are exported automatically. Because checking floating-point equality is not always reliable, it is not possible to check the 'equal to' boundary of 'less than or equal to epsilon'. Therefore, Test::Number::Delta only compares if the absolute value of the difference is *less than* epsilon (for equality tests) or *greater than* epsilon (for inequality tests). |
PackageName | perl-Test-Number-Delta |
PackageRelease | lp152.2.1 |
PackageVersion | 1.060000 |
SHA-1 | 028AE521A86ABED198D4123BFD56279274AD24AB |
SHA-256 | 7A529E1BA5146D94F2E05D22A8E947D199C7937DA4D7608C28B33A972E444B30 |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.7/packages//powerpc//p5-Test-Number-Delta-1.06.tgz |
MD5 | 9173F2B2879256B2685FF8266C1420C4 |
SHA-1 | 04658CD0C62B448281F0BE96CD7044DADDA7ECE0 |
SHA-256 | 95A6B909A8A52AB0A7259268BAF02C841E83E4A249F620A19B7529A8A87EDA9F |
SSDEEP | 192:KdxocXNqIUnh0sH0xzVZ1+2cUjn+wfENp8iz5b1Y:g3pfsHozVZ1lcUTFK5z5bu |
TLSH | T152F1AF864FB74726841FAB208E8D575298748893DE836645BF2A2BE2432632DC4EE204 |
Key | Value |
---|---|
MD5 | 7CF1BA969C15C85CAA97101F54FD907F |
PackageArch | noarch |
PackageDescription | At some point or another, most programmers find they need to compare floating-point numbers for equality. The typical idiom is to test if the absolute value of the difference of the numbers is within a desired tolerance, usually called epsilon. This module provides such a function for use with the Test::More manpage. Usage is similar to other test functions described in the Test::More manpage. Semantically, the 'delta_within' function replaces this kind of construct: ok ( abs($p - $q) < $epsilon, '$p is equal to $q' ) or diag "$p is not equal to $q to within $epsilon"; While there's nothing wrong with that construct, it's painful to type it repeatedly in a test script. This module does the same thing with a single function call. The 'delta_ok' function is similar, but either uses a global default value for epsilon or else calculates a 'relative' epsilon on the fly so that epsilon is scaled automatically to the size of the arguments to 'delta_ok'. Both functions are exported automatically. Because checking floating-point equality is not always reliable, it is not possible to check the 'equal to' boundary of 'less than or equal to epsilon'. Therefore, Test::Number::Delta only compares if the absolute value of the difference is *less than* epsilon (for equality tests) or *greater than* epsilon (for inequality tests). |
PackageName | perl-Test-Number-Delta |
PackageRelease | 32.1 |
PackageVersion | 1.060000 |
SHA-1 | 055F0D32C4164330C7B89E5129A3F518ED92BB5F |
SHA-256 | C081AA82A526FE21BE068F0118D2081F715CF9A93CD5F33A0C080B68963A0903 |
Key | Value |
---|---|
MD5 | 88F1862CD0EEC500B6B2FE0261445F9F |
PackageArch | noarch |
PackageDescription | At some point or another, most programmers find they need to compare floating-point numbers for equality. The typical idiom is to test if the absolute value of the difference of the numbers is within a desired tolerance, usually called epsilon. This module provides such a function for use with the Test::More manpage. Usage is similar to other test functions described in the Test::More manpage. Semantically, the 'delta_within' function replaces this kind of construct: ok ( abs($p - $q) < $epsilon, '$p is equal to $q' ) or diag "$p is not equal to $q to within $epsilon"; While there's nothing wrong with that construct, it's painful to type it repeatedly in a test script. This module does the same thing with a single function call. The 'delta_ok' function is similar, but either uses a global default value for epsilon or else calculates a 'relative' epsilon on the fly so that epsilon is scaled automatically to the size of the arguments to 'delta_ok'. Both functions are exported automatically. Because checking floating-point equality is not always reliable, it is not possible to check the 'equal to' boundary of 'less than or equal to epsilon'. Therefore, Test::Number::Delta only compares if the absolute value of the difference is *less than* epsilon (for equality tests) or *greater than* epsilon (for inequality tests). |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | perl-Test-Number-Delta |
PackageRelease | bp156.3.1 |
PackageVersion | 1.060000 |
SHA-1 | 070F734EEB7CD2B67978CDACA0B526EB37CE001F |
SHA-256 | 289904CEC78611958A6416625E2C1FECBCEFB1D50024BF786CB6BEA69A5FEF0E |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/5.7/packages//mips64el//p5-Test-Number-Delta-1.06.tgz |
MD5 | 954BCD64B0D9F96AB9A980DF87B29883 |
SHA-1 | 0904B1B3C2B79D40770E48EF564420E227E8A633 |
SHA-256 | 3972500F90A2D09BB5FB9106AED514CEF274005130E41002B631188DBC46E311 |
SSDEEP | 192:D2L2sqNTOm7gylcnbg/ykjJVbMZ+0lrVkb9JEOfe8kS3J:xGbg/yar4+01VkTpx5 |
TLSH | T1B3F19E20CC1DFACFC11A409512E688E91E3469DA82EC3177A3D08DBE997676F15F7174 |
Key | Value |
---|---|
MD5 | 6612B5F8C7D66AEB4E466A9E542FB384 |
PackageArch | noarch |
PackageDescription | Test::Number::Delta compare the difference between numbers against a given tolerance. |
PackageMaintainer | umeabot <umeabot> |
PackageName | perl-Test-Number-Delta |
PackageRelease | 6.mga9 |
PackageVersion | 1.60.0 |
SHA-1 | 09E3EE151979D157D955B0C54CB7627C0DBB8118 |
SHA-256 | 72962D4520A710D363DFA4F2BD91887108DD62364C886912FA0871F7D0ECE471 |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/5.9/packages//i386//p5-Test-Number-Delta-1.06.tgz |
MD5 | 5A25D694A99E922E19E9C158017E8055 |
SHA-1 | 0C5334E538234C8DF6465F68EC21E336D529D90D |
SHA-256 | 7375EE2CB1B86731681254FB8642D9B76C10F624602C7DACD5E777554B27D515 |
SSDEEP | 192:bxeP9+6QIVsdq03XlpHT2VNKaYnjWhVjf6O2pg3:sHV4PaKTSd6OyC |
TLSH | T1F9F1AEC113AB9DCCCA6119B50D3BE72992F724478167D8AC46C9B136202C1E1BEF8A90 |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.1/packages//i386//p5-Test-Number-Delta-1.06.tgz |
MD5 | 40616834108EA52AFFFD5A626D0C0D1E |
SHA-1 | 0CBE429B7FBFB921068F35023593EC684331242A |
SHA-256 | B60B76921A675649C9DB1EA94CAAA84F0CA38ED7E6F4622A9263BF4F515A4549 |
SSDEEP | 192:nYxmcXBVeoZeSrFlZwZflsK/Uyum3PDLqcCs9gKBGgdAJuDr:nYlLe8NwZf5nPD2iLcyAC |
TLSH | T179F19F810A8E2D9ED4BE14879FFCB003625080E967DDB232DBF6965153844FCED5E98D |
Key | Value |
---|---|
MD5 | 814BCE6CF610CAAD520B4D1CEB6F2FE3 |
PackageArch | noarch |
PackageDescription | Test::Number::Delta compare the difference between numbers against a given tolerance. |
PackageMaintainer | umeabot <umeabot> |
PackageName | perl-Test-Number-Delta |
PackageRelease | 5.mga8 |
PackageVersion | 1.60.0 |
SHA-1 | 11438AF9ECADC75D9164310F881FE3713B1EA4C3 |
SHA-256 | 14E13C3F0D31921582118860E78E3495DD3CE4549937DD44F95A82DF26E926FA |