(==any? ..args)
  args: one or more nums
  returns a bool
F

Returns #t if its first argument is numerically equal to any other argument.

The arguments are compared using ==.

same?
eq-any?