exp10 function in LogarithmicBoundsComputer.cpp

Jonathan Blanchard BlanchardJ at ieee.org
Mon Dec 29 18:29:42 CET 2008


Hi all,

The file  scilab/modules/renderer/src/cpp/subwinDrawing/LogarithmicBoundsComputer.cpp
use the exp10 function twice. Sadly this is a GNU extension and does
not exist in all compilers, Sun studio 12 in this case. I fixed my
copy of the source code by replacing the function by it's pow()
equivalent and would like to know if it could be possible to have it
changed it in the main source code.

Thanks,

Jonathan Blanchard



More information about the dev mailing list