@@ -1,6 +1,6 @@
[package]
name = "microrm"
-version = "0.3.2"
+version = "0.3.3"
edition = "2021"
license = "BSD-4-Clause"
authors = ["Kestrel <kestrel@flying-kestrel.ca>"]
@@ -481,6 +481,7 @@ mod datatypes {
i_64: 1i64 << 40,
u_64: 3u64 << 62,
s: "this is a test".to_string(),
+ // e**pi
f_64: 23.140692632779263f64
};