minor layout

This commit is contained in:
Cheng 2022-05-23 16:06:01 +10:00
parent fdfafc1ddd
commit a28cda222c
No known key found for this signature in database
GPG Key ID: D51301E176B31828
15 changed files with 18 additions and 20 deletions

View File

@ -1,7 +1,7 @@
---
# katex
title: Number encoding
...
---
# The problem to be solved
As computers and networks grow, any fixed length fields

View File

@ -91,4 +91,3 @@ public:
};
extern Frame* singletonFrame;

View File

@ -143,4 +143,3 @@ template<> CompileSizedString < (sizeof(scalar) * 8 + 5) / 6>
);
return sz;
}