RE: Numeric Cache Clear
- To: mathgroup at smc.vnet.net
- Subject: [mg18874] RE: [mg18842] Numeric Cache Clear
- From: "Ersek, Ted R" <ErsekTR at navair.navy.mil>
- Date: Sun, 25 Jul 1999 03:30:10 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Jens-Peer Kuska wrote:
----------------------------
does any one knows how to clear the numeric
cache values in Mathematica 4.0 ?
The old
N[NumericQ,Clear]
of version 3.0 creates an error.
---------------------
Use the following.
In[78]:=
Developer`ClearCache["Numeric"]
---------------------
(****Paste this in a notebook for a ****)
(****Hyperlink to the documentation*****)
\!\(\*
ButtonBox["Developer`ClearCache",
ButtonStyle->"RefGuideLink"]\)
---------------------
Regards,
Ted Ersek