Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > pl.comp.os.linux.programowanie > #2015
| From | orcus@pwr.wroc.pl |
|---|---|
| Newsgroups | pl.comp.os.linux.programowanie |
| Subject | Re: Kalkulator z dużymi liczbami |
| Date | 2015-08-31 13:25 +0000 |
| Organization | Politechnika Wroclawska |
| Message-ID | <slrnmu8les.os1.orcus@orcus.wcss.wroc.pl> (permalink) |
| References | <160qkk8c0vpog.39uoz22jjwry$.dlg@40tude.net> |
On 31.08.2015, szemrany <szemrany@offline.off> wrote: > Witam > > Czy może ktoś polecić jakiś kalkulator na Windows, który potrafi operować > na liczbach całkowitych z zakresu powyżej 64 bit? Najlepiej kalkulator > programisty z opcją zmiany reprezentacji na szesntastkową lub binarną. > Naszukałem się dużo i nic sensownego nie trafiłem. python >>> 2**129 680564733841876926926749214863536422912L >>> hex(2**129) '0x200000000000000000000000000000000L' >>> bin(2**129) '0b1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' Nie wiem czy pod Windowsem zachowuje się tak samo. -- Pozdrawiam orcus
Back to pl.comp.os.linux.programowanie | Previous | Next — Previous in thread | Next in thread | Find similar
Kalkulator z dużymi liczbami szemrany <szemrany@offline.off> - 2015-08-31 13:17 +0200
Re: Kalkulator z dużymi liczbami "Stachu 'Dozzie' K." <dozzie@go.eat.some.screws.spammer.invalid> - 2015-08-31 11:28 +0000
Re: Kalkulator z dużymi liczbami szemrany <szemrany@offline.off> - 2015-08-31 13:36 +0200
Re: Kalkulator z dużymi liczbami Adam Przybyla <adam@rybnik.pl> - 2016-04-05 07:37 +0000
Re: Kalkulator z dużymi liczbami szemrany <szemrany@offline.off> - 2016-04-06 13:42 +0200
Re: Kalkulator z dużymi liczbami orcus@pwr.wroc.pl - 2015-08-31 13:25 +0000
Re: Kalkulator z dużymi liczbami szemrany <szemrany@offline.off> - 2015-08-31 15:58 +0200
Re: Kalkulator z dużymi liczbami szemrany <szemrany@offline.off> - 2015-08-31 18:35 +0200
Re: Kalkulator z dużymi liczbami Borneq <borneq@antyspam.hidden.pl> - 2016-10-30 21:30 +0100
Re: Kalkulator z dużymi liczbami swiatowid <einstein993@o2.pl> - 2017-08-05 10:36 +0200
Re: Kalkulator z dużymi liczbami gof@somewhere.invalid (Adam Wysocki) - 2017-08-07 14:12 +0000
csiph-web