SameTest is an option for functions like FixedPoint that specifies the comparison function to apply to pairs of results to determine whether they should be considered the same.
The default is usually SameTest
->
Equal.
Settings for SameTest must be functions that take two arguments, and return True or False.