[OS X TeX] TeX request

Martin Costabel costabel at wanadoo.fr
Thu Jun 23 18:23:10 EDT 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 MacOSX-TeX mailing list