mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 01:34:21 +01:00
doc: add doc for DoubleDouble
This commit is contained in:
@@ -347,6 +347,8 @@ const MAX_EXACT: u64 = u64::MAX << 11;
|
||||
|
||||
const VERTICAL_TAB: char = '\u{b}';
|
||||
|
||||
/// Encapsulates Dekker's arithmetic for higher precision. This is spiritually the same as using a
|
||||
/// f128 for arithmetic, but cross platform and compatible with sqlite.
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
struct DoubleDouble(f64, f64);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user