Hello,
I’m working since 2 weeks to convert an Delphi simulation program into Lazarus to work on a Linux platform. After 2 weeks, the code is compiled on the Linux platform but I had some problem with the arccos function of the math unit.
Arccos(0.5) return : External SIGSEGV Exception !!! and arccos(0.499) works
The arccos function should works on the -1,1 segment !!!
People could help me ?
thanks