Skip to main content

Questions tagged [calculator]

8 votes
3 answers
233 views

This rather small document \documentclass{article} \usepackage{calculator} \newcommand{\myPerCent}[2]{% \DIVIDE{#1}{#2}{\sol}% \MULTIPLY{\sol}{100}{\sol}% \ROUND{\sol}{\sol}% \sol% } \begin{...
ViToni's user avatar
  • 305