blog:articles:software:cvmultiply
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
blog:articles:software:cvmultiply [2024/11/20 13:38] – created Phil Ide | blog:articles:software:cvmultiply [2024/11/26 14:16] (current) – Phil Ide | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== CV-Multiply ====== | ====== CV-Multiply ====== | ||
+ | ~~NOCACHE~~ | ||
Some years ago I encoded the cross-vertical multiplication system into PHP code. A 64-bit system can't natively understand any number larger than ~18, | Some years ago I encoded the cross-vertical multiplication system into PHP code. A 64-bit system can't natively understand any number larger than ~18, | ||
- | I recently updated this code - which could only handle integers - to properly handle floating point numbers. | + | I recently updated this code - which could only handle integers - to properly handle floating point numbers. For an explanation on what Cross-Vertical multiplication is and how it works, read on. |
+ | |||
+ | ====== Download ====== | ||
+ | You can download the code from the [[blog: | ||
+ | < | ||
+ | git clone https:// | ||
+ | </ | ||
+ | |||
+ | ..or you can fetch just the latest version without the history by navigating to the [[https:// | ||
+ | |||
+ | Note there are examples in the '' | ||
===== Cross-Vertical ===== | ===== Cross-Vertical ===== | ||
Line 218: | Line 228: | ||
</ | </ | ||
+ | ~~socialite~~ | ||
+ | ~~DISCUSSION~~ |
blog/articles/software/cvmultiply.1732109933.txt.gz · Last modified: 2024/11/20 13:38 by Phil Ide