numbers written in ascii... looking for all common (and some uncommon) forms....
From: Bx.C (invalid-email-address_at_invalid.shiragajin)
Date: 02/21/04
- Next message: arargh402NOSPAM_at_NOW.AT.arargh.com: "Re: numbers written in ascii... looking for all common (and some uncommon) forms...."
- Previous message: Alex McDonald: "Re: Portable assembler 4 microcontrollers."
- Next in thread: arargh402NOSPAM_at_NOW.AT.arargh.com: "Re: numbers written in ascii... looking for all common (and some uncommon) forms...."
- Reply: arargh402NOSPAM_at_NOW.AT.arargh.com: "Re: numbers written in ascii... looking for all common (and some uncommon) forms...."
- Reply: Alex McDonald: "Re: numbers written in ascii... looking for all common (and some uncommon) forms...."
- Reply: August Derleth: "Re: numbers written in ascii... looking for all common (and some uncommon) forms...."
- Reply: Beth: "Re: numbers written in ascii... looking for all common (and some uncommon) forms...."
- Reply: Evenbit: "Re: numbers written in ascii... looking for all common (and some uncommon) forms...."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 20 Feb 2004 18:31:26 -0600
with # denoting a digit of a particular numbering base (bin, oct, dec, hex),
can i get some input from ya'll regarding what would be common ways of
formatting numbers? for instance, i've seen the following forms:
oct
/###
hex
0x##
0x####
0x########
#h
0#h
dec
#
#d
bin
########b
--------------------------------
i'm trying to compile a list of all the millions of crazy notations used
when formatting numbers as text... i know the rules usually go that if it
ends in b,d,h,o, then you pretty much know what it is, with the exception
being hex numbers ending in b or d... and if there isn't any alphabetic
character or special symbol, then it's assumed to be decimal...
- Next message: arargh402NOSPAM_at_NOW.AT.arargh.com: "Re: numbers written in ascii... looking for all common (and some uncommon) forms...."
- Previous message: Alex McDonald: "Re: Portable assembler 4 microcontrollers."
- Next in thread: arargh402NOSPAM_at_NOW.AT.arargh.com: "Re: numbers written in ascii... looking for all common (and some uncommon) forms...."
- Reply: arargh402NOSPAM_at_NOW.AT.arargh.com: "Re: numbers written in ascii... looking for all common (and some uncommon) forms...."
- Reply: Alex McDonald: "Re: numbers written in ascii... looking for all common (and some uncommon) forms...."
- Reply: August Derleth: "Re: numbers written in ascii... looking for all common (and some uncommon) forms...."
- Reply: Beth: "Re: numbers written in ascii... looking for all common (and some uncommon) forms...."
- Reply: Evenbit: "Re: numbers written in ascii... looking for all common (and some uncommon) forms...."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|