From 27514d58573ce1f844af4ea60afa72c7f58f1cd7 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Thu, 21 Aug 2025 22:09:29 +0200 Subject: vault backup: 2025-08-21 22:09:29 --- ...ike integers floats do not have an architecture dependent size.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .trash/Unlike integers floats do not have an architecture dependent size.md (limited to '.trash/Unlike integers floats do not have an architecture dependent size.md') diff --git a/.trash/Unlike integers floats do not have an architecture dependent size.md b/.trash/Unlike integers floats do not have an architecture dependent size.md new file mode 100644 index 0000000..f6b962f --- /dev/null +++ b/.trash/Unlike integers floats do not have an architecture dependent size.md @@ -0,0 +1,5 @@ +[[Rust]] + +Integers come in many sizes with the smallest being 8-bit and the largest 128-bit. However there is also `usize or isize` which specifies that the size is dependent on the CPU architecture. + +In contrast, floating points only have two sizes: f32 and f64. There is no fsize. \ No newline at end of file -- cgit v1.2.3