Skip to content

Instantly share code, notes, and snippets.

@Rudxain
Created June 27, 2023 20:28
Show Gist options
  • Save Rudxain/ab66ac6f3a8151825a3ab869f87d5efc to your computer and use it in GitHub Desktop.
Save Rudxain/ab66ac6f3a8151825a3ab869f87d5efc to your computer and use it in GitHub Desktop.
Different ways to describe the nth root of x. Each with pros and cons, if we consider Complex nums
1/rt_n(x)
x^(-1/n)
x^(1-1/n)/x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment