Skip to main content
3 of 4
deleted 12 characters in body; edited title
Stefan4024
  • 35.9k
  • 8
  • 52
  • 103

Fastest way to check if $x^y > y^x$?

What is the fastest way to check if $x^y > y^x$ if I were writing a computer program to do that?

The issue is that x and y can be very large.

learner
  • 925
  • 2
  • 8
  • 10