-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
When i tried to import landscapes library and use easom function in it, The error below occurs because the Easom function has a calculation issue.
Error:
747
748 x, y = xy[0], xy[1]
--> 749 return -cos(x)*cos(y)*exp(-((x-pi)**2 - (y-pi)**2))
OverflowError: math range error
Correct Formula:
-cos(x)cos(y)exp(-((x-pi)**2 + (y-pi)**2))
Please Correct This Immediately
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels