PROGRAMMING:Output function value
Program input real number x, output the value of the following function.
$$f(x)=e^{2x}+sin{x^{3.5}}+lnx-1$$
#####Input format:
A real number.
#####Output format:
A real number with 6 decimal places.
#####Input example:
```in
two
```
###Output example:
```out
fifty-three point three four one four seven seven
```
answer:If there is no answer, please comment
$$f(x)=e^{2x}+sin{x^{3.5}}+lnx-1$$
#####Input format:
A real number.
#####Output format:
A real number with 6 decimal places.
#####Input example:
```in
two
```
###Output example:
```out
fifty-three point three four one four seven seven
```
answer:If there is no answer, please comment