Advertisement
Guest User

Untitled

a guest
Apr 5th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.07 KB | None | 0 0
  1. int main()
  2. {
  3.   float foo = 1.2345;
  4.   printf("%f\n", M_PI * foo);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement