8 lines
87 B
C
8 lines
87 B
C
|
#include <math.h>
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
double value;
|
||
|
value = cos( 3.1415278 );
|
||
|
}
|