Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: nemo on December 08, 2010, 10:29:24 pm

Title: Bit checking
Post by: nemo on December 08, 2010, 10:29:24 pm
i can't figure this out for the life of me. run this code and please tell me i'm sane:

Code: [Select]
.P
Disp (1e7)>Dec     //euler's e
it displays 7 for me. but it should be displaying 1, am i right? because 1 in binary is 0000 0001 and the 7th bit starting from the left like the documentation says is set. i have axe 4.6. Builderboy on IRC tried it with 4.5 and it displayed a 1.
Title: Re: Bit checking
Post by: Builderboy on December 08, 2010, 10:35:28 pm
you gotta use the real euler's e ;)
Title: Re: Bit checking
Post by: Michael_Lee on December 08, 2010, 10:38:43 pm
Which can be found over the divide button by pressing [2ND].