AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Header:     math.H

Syntax:     
extern double pow
(
double x, 
double y
);


Purpose:     Returns x^y, i.e. a really inefficient way of computing x*x is pow(x, 2).

[sh-index] Back to list of manuals