[OS X TeX] TeX request
Martin Costabel
costabel at wanadoo.fr
Fri Jun 24 00:23:10 CEST 2005
Gerben Wierda wrote:
> Hello folks,
>
> I need help with a trick I want to perform. I want to be able to
> display all the digits of
>
> 2!
> 10!
> 200!
Here it is with bc:
echo 'n=200;k=1;while(n>0){k*=n;n--};print k' | bc
--
Martin
--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>
More information about the macostex-archives
mailing list