home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / e / e032 / 3.ddi / FILES / PROGRAMM.PAK / NUMERICA.M < prev    next >
Encoding:
Text File  |  1992-07-29  |  407 b   |  14 lines

  1.  
  2. (*********************************************************************
  3.  
  4.         Adapted from
  5.         Roman E. Maeder: Programming in Mathematica,
  6.         Second Edition, Addison-Wesley, 1991.
  7.  
  8.  *********************************************************************)
  9.  
  10.  
  11. N[f[x_], prec_:$MachinePrecision] := Nf[x, prec]
  12.  
  13. Nf[x_, prec_:$MachinePrecision] := {x, prec} (* numerical code goes here *)
  14.