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 )
>pythonPython 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AMD64)] on win32Type "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
![★TI-36X Pro Scientific Calculator [輸入品]](https://images-fe.ssl-images-amazon.com/images/I/41wtmakNlkL._SL160_.jpg)








