64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from math import asin, degrees
>>> from decimal import Decimal
>>> Decimal(3 / (3 * 2))
Decimal('0.5')
>>> asin(_)
0.5235987755982989
>>> Decimal(_ * 2)
Decimal('1.047197551196597853362391106202267110347747802734375')
>>> degrees(_)
60.00000000000001
>>> 360 // _
5.0
>>>
>>> Decimal(_ * 2) Decimal('1.0471975511965976313177861811709590256214141845703125') >>> degrees(_) 59.99999999999999
Обсуждают сегодня