Skip to main content
added 4 characters in body
Source Link
Cameron Buie
  • 103.7k
  • 9
  • 103
  • 226

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$x$ and y$y$ can be very large.

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.

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.

Tweeted twitter.com/#!/StackMath/status/389682358385127424
deleted 12 characters in body; edited title
Source Link
Stefan4024
  • 35.9k
  • 8
  • 52
  • 103

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

What is the fastest way to check if pow(x, y) > pow(y, x)$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.

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

What is the fastest 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 be very large.

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.

typo
Source Link
learner
  • 925
  • 2
  • 8
  • 10

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

What is the fastedfastest 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 be very large.

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.

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

What is the fastest 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 be very large.

Source Link
learner
  • 925
  • 2
  • 8
  • 10
Loading