logarithms are hard

Misc (10 pts)

What is e^(1.000000001)? 

Please enter in decimal with 7 places. 
(For example, if the answer was 2.71828183... the flag would be 2.7182818 )

Pythonでe^(1.000000001)を計算してみます。
>python
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AM
D64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import math
>>> print(math.e**(1.000000001))
2.718281831177327
2.7182818をsubmitしてみますが、フラグではないようです。

logarithms bugでググります。電卓のlog計算のバグがあるようです。下記サイトで、yxの10の9乗のところの値が怪しいです。

フラグは、
2.7191928