Jump to content

Numeric error propagation: Difference between revisions

m
→‎{{header|Haskell}}: We don't have the template
(+Java)
m (→‎{{header|Haskell}}: We don't have the template)
Line 498:
 
=={{header|Haskell}}==
{{Haskell}}
<lang haskell>data Error a = Error {value :: a, uncertainty :: a} deriving (Eq, Show)
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.