You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python
Python 3.10.6 (main, Aug 10 2022, 11:40:04) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from reals import pi, exp
>>> exp(pi - pi)
The text was updated successfully, but these errors were encountered:
>>> from reals import cos
>>> f'{cos(1428599129020608582548671):.73f}'
'0.0000000000000000000000000608293384990614694490506501837196102750264145727'
>>> f'{cos(1428599129020608582548671):.74f}'
I have no idea what causes this, need to investigate.
Example:
The text was updated successfully, but these errors were encountered: