6 lines
81 B
C
6 lines
81 B
C
#include <math.h>
|
|
|
|
int main(int argc, char ** argv) {
|
|
float c = cos(3.14);
|
|
}
|