Questions tagged [calculator]
The calculator tag has no summary.
1 questions from the last 7 days
8
votes
3
answers
242
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{...