A
aaronfude
Hi,
This is not really a C/C++ question. Suppose I have a function double
f(double x) that takes a long time to compute. Is there a tool
available that would take this function and would generate C/C++ code
for this function which operates via tabulated values?
Thanks
Aaron Fude
This is not really a C/C++ question. Suppose I have a function double
f(double x) that takes a long time to compute. Is there a tool
available that would take this function and would generate C/C++ code
for this function which operates via tabulated values?
Thanks
Aaron Fude