#445 Add a module for approximate comparison [patch]
Metadata
Property | Value |
---|---|
Reported by | Jö Fahlke (jorrit@jorrit.de) |
Reported at | Oct 22, 2008 11:21 |
Type | Feature Request |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Oliver Sander (oliver.sander@tu-dresden.de) |
Last edited at | Feb 16, 2009 18:19 |
Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
Closed at | Feb 16, 2009 18:19 |
Closed in version | Unknown |
Resolution | Implemented |
Comment |
Description
I have some code for approximate comparisons of floating point numbers and would like to add it to dune-common. A first version is attached (implementation, header and test program).
However we are unsure about the used naming scheme, so this should not be applied without further discussion.
The currently used naming scheme is CamelCase for typenames and namespaces and camelCase for objects, variables and functions. Christian told me that dune-common may be better of with an STL-compatible naming scheme, at least for new stuff. What do the other developers think?
Jö.