-->
当前位置:首页 > 题库

PROGRAMMING:Output function value

Luz5年前 (2021-05-10)题库394
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