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."

    Now, how about the range requirements? If you don't need the range that having an exponent gives you, then a using 64-bit fixed-point format might do the trick.

Reply
  • "We have found whilst doing a project that we need to do some calculations which require greater than 11 digits of accuracy."

    Now, how about the range requirements? If you don't need the range that having an exponent gives you, then a using 64-bit fixed-point format might do the trick.

Children