This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Double precision maths library

Has anyone any idea where I can get a double precision maths library which will work with the Keil C51 compiler.

Parents
  • We have found whilst doing a project that we need to do some calculations which require greater than 11 digits of accuracy. The normal float only supplies 7/8! We have done the calculations in Visual C++ but the only way to get them to work properly was to use double types. When the code is transported to C51 the inaccuracies are too great.

Reply
  • We have found whilst doing a project that we need to do some calculations which require greater than 11 digits of accuracy. The normal float only supplies 7/8! We have done the calculations in Visual C++ but the only way to get them to work properly was to use double types. When the code is transported to C51 the inaccuracies are too great.

Children