MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: PaddedForm bug?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg47901] Re: [mg47877] PaddedForm bug?
  • From: Konstantin L Kouptsov <klk206 at panix.com>
  • Date: Thu, 29 Apr 2004 19:39:52 -0400 (EDT)
  • Organization: Washington State University
  • References: <NDBBJGNHKLMPLILOIPPOAEJNEAAA.djmp@earthlink.net>
  • Sender: owner-wri-mathgroup at wolfram.com

 > > In:= Table[ToString[PaddedForm[t, {1, 2}]], {t, 0, 1, 0.1}]
> Try...
> Table[PaddedForm[t, {3, 2}], {t, 0, 1, 0.05}]
> 

Even though the proposed example, PaddedForm[t, {3, 2}], works, it makes no 
sense to me. In PaddedForm[expr,{n,f}], what is n?


  • Prev by Date: Re: mathematica 5.0 plot crashes
  • Next by Date: custom look for the notebook
  • Previous by thread: PaddedForm bug?
  • Next by thread: RE: PaddedForm bug?