8 lines
120 B
C++
8 lines
120 B
C++
|
|
#include "NewtonComputation.h"
|
|
|
|
unsigned int NewtonComputation::compute(double x, double y)
|
|
{
|
|
return 0x00FF8800;
|
|
}
|