Path: csiph.com!aioe.org!.POSTED.q9pGtmA5ORx5N6A3DYsibA.user.gioia.aioe.org!not-for-mail From: AK Newsgroups: pl.comp.lang.python Subject: Re: przypisac nieskonczonosc Date: Mon, 25 Mar 2019 20:19:13 +0100 Organization: Aioe.org NNTP Server Lines: 23 Message-ID: References: <20071016103416.e69a7bc7.sulsa@dontmail.me> NNTP-Posting-Host: q9pGtmA5ORx5N6A3DYsibA.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.3 Content-Language: en-GB X-Notice: Filtered by postfilter v. 0.9.2 Xref: csiph.com pl.comp.lang.python:140 On 2019-03-25 16:41, maciektorun2004@gmail.com wrote: > W dniu wtorek, 16 października 2007 10:34:16 UTC+2 użytkownik Sulsa napisał: >> Jak liczbie zmiennoprzecinkowej w pythonie przypisac wartość >> +nieskonczoność >> >> -- > > 1e300*1e300 na windows działa > import math math.inf mozna tez: float("inf") ale math.inf naturalniej/lepiej PS: math.inf == float('inf') AK