[BACK]Return to bc.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / bc

Diff for /src/usr.bin/bc/bc.1 between version 1.19 and 1.20

version 1.19, 2005/09/30 20:34:25 version 1.20, 2005/10/29 08:27:25
Line 331 
Line 331 
 .Pp  .Pp
 prints approximate values of the exponential function of  prints approximate values of the exponential function of
 the first ten integers.  the first ten integers.
 .Pp  
 .Bd -literal -offset indent  .Bd -literal -offset indent
 $ bc -l -e 'scale = 500; 2 * a(2^10000)' -e quit  $ bc -l -e 'scale = 500; 2 * a(2^10000)' -e quit
 .Ed  .Ed

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20