Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int main()
- {
- float foo = 1.2345;
- printf("%f\n", M_PI * foo);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement