Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. #include "math.h";
  2.  
  3. u16 c;
  4. double c_squared;
  5.  
  6. c = 2;
  7. c_squared = exp2(c);
  8.  
  9. printf('c_squared = %d',c_squared);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement