Mac Binary Calculator

Joined
Apr 24, 2010
Messages
140
Reaction score
0
Points
16
Ok, maybe Im not using it correctly but Im trying to use the mac calculator on my macbook air in. Windows version seems to work far easier to convert a decimal number into binary.

I go into programmer mode and for example, I cant seem to convert 209 into binary...
 

BrianLachoreVPI


Retired Staff
Joined
Feb 24, 2011
Messages
3,733
Reaction score
124
Points
63
Location
Maryland
Your Mac's Specs
March 2011 15" MBP 2.3GHz i7 Quad Core 8GB Ram | Mid 2011 27" iMac 3.4 GHz i7 16 GB RAM 2 TB HDD
Which calculator? I just went over to dashboard where I have one of the scientific calc gadgets - and typed in 209 then used the drop down box to switch to binary and it gave me the correct answer.
 
OP
M
Joined
Apr 24, 2010
Messages
140
Reaction score
0
Points
16
Yep, just downloaded the pemdas widget. I dont use those widgets often, not too keen on them. In search of a good app for doing binary....
 
Joined
Mar 17, 2008
Messages
6,879
Reaction score
191
Points
63
Location
Tucson, AZ
Your Mac's Specs
Way... way too many specs to list.
I use the shell (specifically bc) for these kinds of equations.

For instance.
Code:
Mikes-iMac: mike$ echo "ibase=10;obase=2;209"|bc
11010001

But I work all day, every day, in either a korn or bash shell (generally korn), so having another window open for simple calculation is redundant for me.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top