Sistemas de Controle  0.5
Biblioteca matematica de Controle
externalfunctions.h
Vá para a documentação deste arquivo.
1 #ifndef __EXTERNALFUNCTIONS_H_INCLUDED
2 #define __EXTERNALFUNCTIONS_H_INCLUDED
3 
4 #include <time.h>
5 #include <cstdlib>
7 
13 
15 
16 double random();
17 
18 #endif // EXTERNALFUNCTIONS_H
double random()
Biblioteca de Funções Externas.