public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* hey
@ 2023-09-05 22:14 André Albergaria Coelho
  0 siblings, 0 replies; only message in thread
From: André Albergaria Coelho @ 2023-09-05 22:14 UTC (permalink / raw)
  To: gcc

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]


This is basically if it has any interest..or else ignore...

This inverts the digits.

So 321 should be 123..not tested....


We only invert the ten bases, but it can be ok for others.


A) 1*10^4 + 2*10^3 + 3*10^2 + 4*10^1 + 5 * 10^0
--------------------------------------------
B) 10^4 + 10^2 + 10^0 + 10^-2 + 10^-4 Divide A) by B)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-05 22:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-05 22:14 hey André Albergaria Coelho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).