Interactive Parabola Grapher
Explore graph ,equation and the locus of a Parabola
Save graphs to your desktop!



A+    A−    B  
Home
Graphing Calc
Algebra
Math Games
  • Decimals in Space
  • Fraction Balls
  • Integers in Space
  • Math Man
  • Number Balls
  • Geometry
    Interactive
    Trigonometry
    Scientific Calc

    C++

    #include <math.h >

    Related Links: random numbers | Square Root c++ home

    Square root of a number

     int n = 12;
     n = sqrt(n);
      cout << n << endl;
    
    
    Random Number
    #include < cstdlib >
    example
    int  r = rand();
    
    now r holds a value between 0 and RAND_MAX