Skip to content
Snippets Groups Projects
Commit 534a0753 authored by Markus Blatt's avatar Markus Blatt
Browse files

docu

[[Imported from SVN: r5738]]
parent bbc8d6f1
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,11 @@ namespace Dune
//! export to other types
// operator unsigned int () const;
unsigned int touint() const;
/**
* @brief Convert to a double.
*
* @warning Subject to rounding errors!
*/
double todouble() const;
friend class bigunsignedint<k/2>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment