ubsuny / 23-Homework6G5

MIT License
0 stars 8 forks source link

Dealing with Division by zero ERROR in task 1. #48

Closed Pranjal-Srivastava-2023 closed 7 months ago

Pranjal-Srivastava-2023 commented 7 months ago

For task 1 how have you guys worked around cos(1/0) and exp(-1/0)?

poojashresthacode commented 7 months ago

I have used one boundary condition for each function. You can view the task one file . we have written a code to manage the zero division error

Pranjal-Srivastava-2023 commented 7 months ago

I will check it out thanks!