[PIPython] Risultato non corretto in python

Mauro Tortonesi mtortonesi
Mar 18 Gen 2005 18:55:27 CET


Alle 19:32, martedì 18 gennaio 2005, Gianmario Salvetti ha scritto:
> A qualcuno capita la stessa cosa?
>
>
> Python 2.3.4 (#1, May 29 2004, 17:05:23)
> [GCC 3.3.3] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>
>  >>> import math
>  >>> math.sin(45)
>
> 0.85090352453411844
>
>  >>> math.cos(45)
>
> 0.52532198881772973

il risultato è corretto. l'argomento delle funzioni sin e cos è misurato in 
radianti:

[mauro a akeronte mauro]$ python
Python 2.3.3 (#2, Feb 17 2004, 11:45:40)
[GCC 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import math
>>> print math.sin.__doc__
sin(x)

Return the sine of x (measured in radians).

-- 
Aequam memento rebus in arduis servare mentem...

Mauro Tortonesi

University of Ferrara - Dept. of Eng.    http://www.ing.unife.it
Institute of Human & Machine Cognition   http://www.ihmc.us
Deep Space 6 - IPv6 for Linux            http://www.deepspace6.net
Ferrara Linux User Group                 http://www.ferrara.linux.it


More information about the Python mailing list