Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > pl.comp.os.linux.programowanie > #2015

Re: Kalkulator z dużymi liczbami

Path csiph.com!news.mixmin.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!newsfeed.pionier.net.pl!pwr.wroc.pl!news.wcss.wroc.pl!not-for-mail
From orcus@pwr.wroc.pl
Newsgroups pl.comp.os.linux.programowanie
Subject Re: Kalkulator z dużymi liczbami
Date Mon, 31 Aug 2015 13:25:48 +0000 (UTC)
Organization Politechnika Wroclawska
Lines 22
Message-ID <slrnmu8les.os1.orcus@orcus.wcss.wroc.pl> (permalink)
References <160qkk8c0vpog.39uoz22jjwry$.dlg@40tude.net>
NNTP-Posting-Host orcus.wcss.wroc.pl
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 8bit
X-Trace z-news.wcss.wroc.pl 1441027548 29570 156.17.1.3 (31 Aug 2015 13:25:48 GMT)
X-Complaints-To abuse@news.pwr.wroc.pl
NNTP-Posting-Date Mon, 31 Aug 2015 13:25:48 +0000 (UTC)
User-Agent slrn/1.0.1 (Linux)
Xref csiph.com pl.comp.os.linux.programowanie:2015

Show key headers only | View raw


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 | NextPrevious in thread | Next in thread | Find similar


Thread

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