Posted: Mon Sep 06, 2004 8:04 pm Post subject: (No subject)
are u serious what if a want a 1000000000 base.. from where do i get the characters to represet all those numbers
Sponsor Sponsor
wtd
Posted: Mon Sep 06, 2004 8:59 pm Post subject: (No subject)
rizzix wrote:
are u serious what if a want a 1000000000 base.. from where do i get the characters to represet all those numbers
Theoretically yes.
code:
My_Really_Big_Int : Integer := 1_000_000_000#42#;
zylum
Posted: Mon Sep 06, 2004 9:16 pm Post subject: (No subject)
ok so for base 1000000000, how would you represent 999999999?
wtd
Posted: Mon Sep 06, 2004 9:19 pm Post subject: (No subject)
To respresent that many possibilities in one digit you'd have to dig into pretty much every written language on Earth for letters.
The key word is "theoretical".
Necromancer
Posted: Thu Sep 09, 2004 8:27 am Post subject: (No subject)
Thanks for all the input guys, just one more question for anyone that might know, COMPOSIT (BNF grammar), does it simply mean composition?? this is my last question in this rather strange topic, thanks