PROGRAMMING:Hyperbolic sine function (*)
Calculate the value of $$\ Sinh x $$according to McLaughlin's formula.
![ Title. JPG] (~ / f6467b6e-c0ea-4210-99df-b0510f0d7b73. JPG)
####Input format
> $$x$$ $$\epsilon$$
Note: $$x $$is the exponent and $$$epsilon $$is the calculation precision.
####Output format
> $$y$$
Note: $$y $$is the value of $$e ^ x $$. Output 6 decimal places with% f format qualifier.
Requirement: the absolute value of the last item calculated is less than $$\ epsilon $$.
####Input sample
```in
0.5 0.0000001
```
####Output sample
```out
zero point five two one zero nine five
```
answer:If there is no answer, please comment
![ Title. JPG] (~ / f6467b6e-c0ea-4210-99df-b0510f0d7b73. JPG)
####Input format
> $$x$$ $$\epsilon$$
Note: $$x $$is the exponent and $$$epsilon $$is the calculation precision.
####Output format
> $$y$$
Note: $$y $$is the value of $$e ^ x $$. Output 6 decimal places with% f format qualifier.
Requirement: the absolute value of the last item calculated is less than $$\ epsilon $$.
####Input sample
```in
0.5 0.0000001
```
####Output sample
```out
zero point five two one zero nine five
```
answer:If there is no answer, please comment