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

PROGRAMMING:Calculating piecewise function

Luz5年前 (2021-05-10)题库406
This topic requires the calculation of the following piecewise function $$f (x) $:
![ Formula] (~ / 1)
###Input format:
The input gives the real number x on one line.
###Output format:
Output in the format of "f (x) = result" in one line, where both X and result retain one decimal place.
###Input sample 1:
```in
ten
```
###Output sample 1:
```out
f(10.0) = 0.1
```
###Input sample 2:
```
0
```
###Output sample 2:
```
f(0.0) = 0.0
```






answer:If there is no answer, please comment