daily pastebin goal
69%
SHARE
TWEET

Untitled

a guest Jul 14th, 2012 18 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include <math.h>
  2.  
  3. int main(void)
  4. {
  5.     double n = 6.;
  6.  
  7.     n = sin(n);
  8.  
  9.     return 0;
  10. }
  11.  
  12.  
  13. //Command: gcc -o sintest -lm sintest.c
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top