Result for 655959DEE0B0CA3198303B9A5DEEE2A0B582B8DD

Query result

Key Value
FileName./usr/share/perl5/Test/Number/Delta.pm
FileSize19391
MD5FC57AD3E09D88F302E655FCADE9EE538
SHA-1655959DEE0B0CA3198303B9A5DEEE2A0B582B8DD
SHA-2564DCECAD8EB5B5BB7CFCF3F8734A63D1797F9C1CE61644CCFF77919F673DC6CA7
SSDEEP384:HQd9HP/uhY2dPd5uN6rFwae93QmVNV2BiEgf/afYK/j9de6VDNLamVsz/ssek:HQrP/uhYWbu2wvtQyCPgf/afYK55NLaj
TLSHT14D92A523BFC246E5C1E0D091738BA686F318E26EB592D365785DDD842BC1C3853BE798
tar:gnameroot
tar:unameroot
hashlookup:parent-total173
hashlookup:trust100

Network graph view

Parents (Total: 173)

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
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.0/packages//powerpc//p5-Test-Number-Delta-1.06.tgz
MD5D876E802CEA0505FE4C87C7510ED2BCA
SHA-1022CF1640FBE4CD43F5BFD7F3738ED67CBAB1AED
SHA-2566A83145019E8D18430C865E120B23931CD7DA3DEC8777A70ABBE03A1642BA636
SSDEEP192:kz6kyudhKbgRX6M6wIzcc550Ks8BooXgh3wwpf6O2pgg:jOKw6M2Ac55fNBooXTM6OyR
TLSHT12AF1AF22943AE753D88DCCFDC5821BF724A02A6656C19C6E14389CF5084425CDEF5ACD
Key Value
MD511B6A607E629E867B9B085F9999DB9EA
PackageArchnoarch
PackageDescriptionAt 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).
PackageNameperl-Test-Number-Delta
PackageReleaselp152.2.1
PackageVersion1.060000
SHA-1028AE521A86ABED198D4123BFD56279274AD24AB
SHA-2567A529E1BA5146D94F2E05D22A8E947D199C7937DA4D7608C28B33A972E444B30
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.7/packages//powerpc//p5-Test-Number-Delta-1.06.tgz
MD59173F2B2879256B2685FF8266C1420C4
SHA-104658CD0C62B448281F0BE96CD7044DADDA7ECE0
SHA-25695A6B909A8A52AB0A7259268BAF02C841E83E4A249F620A19B7529A8A87EDA9F
SSDEEP192:KdxocXNqIUnh0sH0xzVZ1+2cUjn+wfENp8iz5b1Y:g3pfsHozVZ1lcUTFK5z5bu
TLSHT152F1AF864FB74726841FAB208E8D575298748893DE836645BF2A2BE2432632DC4EE204
Key Value
MD57CF1BA969C15C85CAA97101F54FD907F
PackageArchnoarch
PackageDescriptionAt 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).
PackageNameperl-Test-Number-Delta
PackageRelease32.1
PackageVersion1.060000
SHA-1055F0D32C4164330C7B89E5129A3F518ED92BB5F
SHA-256C081AA82A526FE21BE068F0118D2081F715CF9A93CD5F33A0C080B68963A0903
Key Value
MD588F1862CD0EEC500B6B2FE0261445F9F
PackageArchnoarch
PackageDescriptionAt 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).
PackageMaintainerhttps://bugs.opensuse.org
PackageNameperl-Test-Number-Delta
PackageReleasebp156.3.1
PackageVersion1.060000
SHA-1070F734EEB7CD2B67978CDACA0B526EB37CE001F
SHA-256289904CEC78611958A6416625E2C1FECBCEFB1D50024BF786CB6BEA69A5FEF0E
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/5.7/packages//mips64el//p5-Test-Number-Delta-1.06.tgz
MD5954BCD64B0D9F96AB9A980DF87B29883
SHA-10904B1B3C2B79D40770E48EF564420E227E8A633
SHA-2563972500F90A2D09BB5FB9106AED514CEF274005130E41002B631188DBC46E311
SSDEEP192:D2L2sqNTOm7gylcnbg/ykjJVbMZ+0lrVkb9JEOfe8kS3J:xGbg/yar4+01VkTpx5
TLSHT1B3F19E20CC1DFACFC11A409512E688E91E3469DA82EC3177A3D08DBE997676F15F7174
Key Value
MD56612B5F8C7D66AEB4E466A9E542FB384
PackageArchnoarch
PackageDescriptionTest::Number::Delta compare the difference between numbers against a given tolerance.
PackageMaintainerumeabot <umeabot>
PackageNameperl-Test-Number-Delta
PackageRelease6.mga9
PackageVersion1.60.0
SHA-109E3EE151979D157D955B0C54CB7627C0DBB8118
SHA-25672962D4520A710D363DFA4F2BD91887108DD62364C886912FA0871F7D0ECE471
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/5.9/packages//i386//p5-Test-Number-Delta-1.06.tgz
MD55A25D694A99E922E19E9C158017E8055
SHA-10C5334E538234C8DF6465F68EC21E336D529D90D
SHA-2567375EE2CB1B86731681254FB8642D9B76C10F624602C7DACD5E777554B27D515
SSDEEP192:bxeP9+6QIVsdq03XlpHT2VNKaYnjWhVjf6O2pg3:sHV4PaKTSd6OyC
TLSHT1F9F1AEC113AB9DCCCA6119B50D3BE72992F724478167D8AC46C9B136202C1E1BEF8A90
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.1/packages//i386//p5-Test-Number-Delta-1.06.tgz
MD540616834108EA52AFFFD5A626D0C0D1E
SHA-10CBE429B7FBFB921068F35023593EC684331242A
SHA-256B60B76921A675649C9DB1EA94CAAA84F0CA38ED7E6F4622A9263BF4F515A4549
SSDEEP192:nYxmcXBVeoZeSrFlZwZflsK/Uyum3PDLqcCs9gKBGgdAJuDr:nYlLe8NwZf5nPD2iLcyAC
TLSHT179F19F810A8E2D9ED4BE14879FFCB003625080E967DDB232DBF6965153844FCED5E98D
Key Value
MD5814BCE6CF610CAAD520B4D1CEB6F2FE3
PackageArchnoarch
PackageDescriptionTest::Number::Delta compare the difference between numbers against a given tolerance.
PackageMaintainerumeabot <umeabot>
PackageNameperl-Test-Number-Delta
PackageRelease5.mga8
PackageVersion1.60.0
SHA-111438AF9ECADC75D9164310F881FE3713B1EA4C3
SHA-25614E13C3F0D31921582118860E78E3495DD3CE4549937DD44F95A82DF26E926FA