Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. documentclass[dvipdfmx]{article}
  2.  
  3. % packages
  4. usepackage{pgf}
  5. usepackage{tikz}
  6.  
  7. % libraries for tikz
  8. usetikzlibrary{fpu}
  9.  
  10. begin{document}
  11.  
  12. pgfkeys{/pgf/fpu=true, pgf/fpu/output format=fixed}
  13. pgfmathsetmacro{¥Gu}{6.67*10^(-11)}
  14. pgfkeys{/pgf/fpu=false}
  15. pgfmathsetmacro{¥Mc}{5.0*random(10,14)}
  16.  
  17. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement