DMUG-Archiv 2008

Frühere   Chronologischer Index   Spätere
Vorherige   Thematischer Index   Nächste

Re: BitNot[1234] geht, BitNot[BaseForm[1234, 10]] nicht

klamser schrieb:
> Hallo,
>
> warum bringt
>
> BitNot[1234]
>
> das erwartete Ergebnis,
>
> aber
>
> BitNot[BaseForm[1234, 10]]
>
> nicht?
>
> Gruß,
>
> Peter
>
>
>
Hallo Peter,

Das klappt nicht, weil BaseForm[1234,10] nicht vom Typ Integer ist:

In[1]:= BitNot[BaseForm[1234,10]]
Out[1]= BitNot[1234]
In[2]:= %//FullForm
Out[2]//FullForm= BitNot[BaseForm[1234,10]]
In[3]:= MapAt[First,%,1]
Out[3]= -1235


Gruß,
Peter


Verweise:
Frühere   Chronologischer Index   Spätere
Vorherige   Thematischer Index   Nächste

DMUG DMUG-Archiv, http://www.mathematica.ch/archiv.html