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
  • "I believe the C51 compiler will only accept float (32bit)types and will not recognise the double & long double(64bit) types."

    That's the C51 implementation itself - but you were asking about an add-on library.

    What exactly do you want of this library to constitute "working" with C51?

Reply
  • "I believe the C51 compiler will only accept float (32bit)types and will not recognise the double & long double(64bit) types."

    That's the C51 implementation itself - but you were asking about an add-on library.

    What exactly do you want of this library to constitute "working" with C51?

Children