|
[Date Index]
[Thread Index]
[Author Index]
Re: Machine-precision Exp[] function
- To: mathgroup at smc.vnet.net
- Subject: [mg93577] Re: Machine-precision Exp[] function
- From: Roman <rschmied at gmail.com>
- Date: Sun, 16 Nov 2008 07:02:21 -0500 (EST)
- References: <gfma98$g54$1@smc.vnet.net>
answering my own question:
MachinePrecisionExp = Compile[{{x, _Complex}}, Exp[x]]
Any thoughts on this?
Roman.
Prev by Date:
Machine-precision Exp[] function
Next by Date:
Creating a Banner for presentation
Previous by thread:
Re: Machine-precision Exp[] function
Next by thread:
Re: Machine-precision Exp[] function
|