Calculate exponential

Hi,

How I calculate a exponential?

Example:

(310/205)1/10 - 1 = 0,0422

1/10 is actually 1^10 ???

Use math.Pow10.

how :slight_smile:

Assuming you were trying to calculate this, do https://play.golang.org/p/iP8e-G9SlC

1 Like

The result ist wrong.

Right [http://www.wolframalpha.com/input/?i=((310%2F205)^(1%2F10))-1](http://www.wolframalpha.com/input/?i=((310%2F205)^(1%2F10))-1)

How i calulate with GO? :slight_smile:

https://play.golang.org/p/zUPVcmKaRY

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.