[olej@dell etc]$ python3
Python 3.4.3 (default, Aug 9 2016, 15:36:17)
[GCC 5.3.1 20160406 (Red Hat 5.3.1-6)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import math
>>> math.cos(0.5*math.pi )
6.123233995736766e-17
>>>