Calculating Large Exponents
Background: This is a quick article as to how to calculate the exponents of large numbers quickly and efficiently.
Starting with a basic multiplication algorithm, it gives subsequently faster algorithms and a few quick examples.
The techniques used in this article can be used in general mathematics, encryption, among other things.
In this article, the following conventions...
Search Result
Collapse
2 results in 0.0047 seconds.
Keywords
Members
Tags
-
Calculating Large Exponents
-
inputing a formula with powers and trig functions?
Hi,
dont really know much about programming or anything like this.
But basicly in my program i am trying to write the following formula:
(linked formula as a picture to keep its format)
basicly does anyone have any ideas how i would write this?
my guess was Y=(sin((acos(x) )^(2/N)))^(2/N);
but i dont think ive done the powers right, ive read somewere...