|
[Date Index]
[Thread Index]
[Author Index]
Compile
- To: mathgroup at yoda.physics.unc.edu
- Subject: Compile
- From: burns at risvax.rowland.org (Mike Burns)
- Date: Fri, 24 Jun 94 14:26:20 EDT
Mathgroupers:
I compile the simple expression (Version 2.2.2 on mac PPC 6100/60):
f = Compile[ {{x, _Real}}, x/10^8 ]
Evaluating it:
f[1.0] -> "CompiledFunction::cfn: Numerical error encountered at
instruction 6; proceeding with uncompiled evaluation."
If I replace 10^8 by 10^7 it works.
If I replace 10^8 by 100000000 it works.
If I define the function as 1.0/x and evaluate it at 10^8 it works.
I assume it's a bug, or have I missed something ?
Mike Burns
Rowland Institute for Science
Prev by Date:
help number instruction
Next by Date:
PowerPCs
Previous by thread:
Re: help number instruction
Next by thread:
Re: Compile
|