Add sirdi manifest file
This commit is contained in:
parent
c359515270
commit
0a54f607b0
2 changed files with 39 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ FieldCmp Double where
|
|||
namespace Eq
|
||||
export
|
||||
WithEpsilon : Double -> Eq Double
|
||||
WithEpsilon ep = MkEq (\x,y => x - y < ep) (\x,y => x - y >= ep)
|
||||
WithEpsilon ep = MkEq (\x,y => abs (x - y) < ep) (\x,y => abs (x - y) >= ep)
|
||||
|
||||
namespace FieldCmp
|
||||
export
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue