10 lines
180 B
C
10 lines
180 B
C
void Repere(float xmin, float xmax, float ymin, float ymax);
|
|
|
|
void Trace(float x, float y);
|
|
|
|
float f(float x);
|
|
|
|
float Saisie_plusgrand(float max);
|
|
|
|
// RES
|
|
float Deg2rad(float deg); |