Skip to main content
1 of 4
learner
  • 925
  • 2
  • 8
  • 10

Fasted way to check if x^y > y^x?

What is the fasted way to check if pow(x, y) > pow(y, x) if I were writing a computer program to do that?

The issue is that x and y can very large.

learner
  • 925
  • 2
  • 8
  • 10