Files
CITISE1/IUT/Info1/DS/trace.h
2026-04-08 20:11:20 +02:00

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);