Questions tagged [calculator]
The calculator tag has no summary.
1 question
8
votes
3
answers
233
views
Problem (warning message) with Calculator package
This rather small document
\documentclass{article}
\usepackage{calculator}
\newcommand{\myPerCent}[2]{%
\DIVIDE{#1}{#2}{\sol}%
\MULTIPLY{\sol}{100}{\sol}%
\ROUND{\sol}{\sol}%
\sol%
}
\begin{...