Search Result

Collapse
2 results in 0.0047 seconds.
Keywords
Members
Tags
powers
  •  

  • jkmyoung
    started a topic Calculating Large Exponents

    Calculating Large Exponents

    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...
    See more | Go to post
    Last edited by jkmyoung; May 13 '10, 01:09 PM. Reason: table

  • benbridle38
    started a topic inputing a formula with powers and trig functions?
    in C

    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...
    See more | Go to post
Working...