You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Note: this challenge is intendede to be tricky, traditional float division dy/dx won't work! either use multiplication, ir leverage the Decimal class
## When using Decimal, remember to write the syntax like this `Decimal(Decimal(y2-y1)/Decimal(x2-x1))`