MathGroup Archive 2002

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

Search the Archive

executing 'ProductLog' from an external program (C code or shell)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg38330] executing 'ProductLog' from an external program (C code or shell)
  • From: Matt Flax <flatmax at ieee.org>
  • Date: Thu, 12 Dec 2002 01:35:54 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,
I have the following in mathematica :
x[z_]:=1000Log[10]-ProductLog[z]

I would like to be able to execute this from a shell or C code. CForm 
just outputs :
CForm[1000Log[10] - ProductLog[z]]
1000*Log(10) - ProductLog(z)

Is it possible to compile 'ProductLog' to a C library or even an 
executable which I can then use in C code ?

thanks
Matt
-- 
http://mffm.darktech.org

WSOLA TimeScale Audio Mod  : http://mffmtimescale.sourceforge.net/
FFTw C++                   : http://mffmfftwrapper.sourceforge.net/
Vector Bass                : http://mffmvectorbass.sourceforge.net/
Multimedia Time Code       : http://mffmtimecode.sourceforge.net/


  • Prev by Date: High precision plots
  • Next by Date: inconsistent hardware requirements in 4.2
  • Previous by thread: High precision plots
  • Next by thread: Re: executing 'ProductLog' from an external program (C code or shell)