MathGroup Archive 2012

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

Search the Archive

Executing function on Mathematica 8

  • To: mathgroup at smc.vnet.net
  • Subject: [mg124660] Executing function on Mathematica 8
  • From: Fadi Mousa <fadiabuamara at gmail.com>
  • Date: Mon, 30 Jan 2012 05:07:43 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Dear mathematica members,

I am new to mathematica and do not know how to enter the following
function and then call it on mathematica 8:

BinExp[num_,d_] := Module[{n,L},
If[d > $MaxPrecision, $MaxPrecision = d];
n = N[num,d];
L = First[RealDigits[n,2]]
];

Any help is appreciated,

Best Regards,
Fadi Abu-Amara



  • Prev by Date: Re: Compile function and AppendTo for lists (vrs. 8.0.4)
  • Next by Date: import the data of functions from images?
  • Previous by thread: Bezier curves mapped from 2D to 3D surface
  • Next by thread: Re: Executing function on Mathematica 8