pow10()                  Power Function
 
 #include   <math.h>
 
 double     pow10(p);
 int        p;
 
    pow10() computes 10^p.
 
    Returns:    pow10() returns x where x = 10^p.

Seealso:



This page last updated on Fri Nov 30 10:48:32 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster