ubsuny / 23-Homework6G5

MIT License
0 stars 8 forks source link

Create zero_divisor_resolve.py #19

Open tirthbha opened 7 months ago

sharmistharanit commented 7 months ago

Can you explain why do we need this?

tirthbha commented 7 months ago

@sharmistharanit Functions exp(-1/x) and cos(-1/x) are not defined at x=0, a singularity point. We need to get rid from this singularity for its better operation.