4 lines
84 B
C
4 lines
84 B
C
#pragma once
|
|
|
|
float rtmuller(float (*func)(float), float x1, float x2, float xacc);
|
#pragma once
|
|
|
|
float rtmuller(float (*func)(float), float x1, float x2, float xacc);
|