[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.33 and 1.34

version 1.33, 2017/10/08 15:14:52 version 1.34, 2017/10/09 06:59:07
Line 332 
Line 332 
 prints approximate values of the exponential function of  prints approximate values of the exponential function of
 the first ten integers.  the first ten integers.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 $ bc -l -e 'scale = 500; 2 * a(2^10000)' -e quit  $ bc -l -e 'scale = 500; 4 * a(1)' -e quit
 .Ed  .Ed
 .Pp  .Pp
 prints an approximation of pi.  prints an approximation of pi.

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34