Prob. 2 Write a function called "week5_2" to evaluate y(x) = In(1/(1 - x)) for any user-specified value of x < 1. Use an
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Prob. 2 Write a function called "week5_2" to evaluate y(x) = In(1/(1 - x)) for any user-specified value of x < 1. Use an
statement to verify that the value passed to the program is legal. If it is legal, calculate y(x). If not, display an error message your input value is inappropriate".
Prob. 2 Write a function called "week5_2" to evaluate y(x) = In(1/(1 - x)) for any user-specified value of x < 1. Use an "if