Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Any math experts know what I'm missing here? [Solved]
#3
I do not understand your problem. Why about the extensions of the binomial theorem? You can easily calculate the cube root with the now well-known formula. Or am I misunderstanding the question?

Code: (Select All)
Dim As Double n, x, rootx

Print
Input "Wurzelexponent: ", n
Input "Radikand      : ", x

rootx = x ^ (1 / n)

Print Using "Kubikwurzel: ###.##########"; rootx

[Image: Kubikwurzel-2022-09-23.jpg]
Reply


Messages In This Thread
RE: Any math experts know what I missing here? - by Kernelpanic - 09-23-2022, 01:53 PM



Users browsing this thread: 6 Guest(s)