Search:

Type: Posts; User: oron_e

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,090

    thank's guys....

    thank's guys....
  2. Replies
    5
    Views
    1,090

    need some help with pi() func!!!!!!

    i need to build a basic program that print the num pi....
    output: 3.0000000000
    what is wrong??


    # include <stdio.h>
    double long exp1(double base, unsigned long exp)
    {
    double sum=1;
    ...
Results 1 to 2 of 2