The R Project SVN R

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#include "Mathlib.h"

double cube(double x)
{
    return x * x * x;
}