fixed point arithmatic in micro framework

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • m.a

    fixed point arithmatic in micro framework

    Hello,

    Is there any fixed point library in .net framework? I need it to use on
    fixed point processor that doesn't have any floating point co processor



    Regards



  • Ignacio Machin ( .NET/ C# MVP )

    #2
    Re: fixed point arithmatic in micro framework

    On Apr 2, 6:25 pm, "m.a" <m...@spamoff.c omwrote:
    Hello,
    >
       Is there any fixed point library in .net framework? I need it to use on
    fixed point processor that doesn't have any floating point co processor
    >
    Regards
    Hi,

    Most probably any lib for .NET will work in the micro framework. First
    try to find a fixed point lib for .NET and then see if it compiles for
    the micro FW.

    Comment

    • m.a

      #3
      Re: fixed point arithmatic in micro framework


      "Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin @gmail.comwrote in
      message
      news:29082d30-36b8-4634-ba31-34305b2b1f49@x4 1g2000hsb.googl egroups.com...
      On Apr 2, 6:25 pm, "m.a" <m...@spamoff.c omwrote:
      Hello,
      >
      Is there any fixed point library in .net framework? I need it to use on
      fixed point processor that doesn't have any floating point co processor
      >
      Regards
      Hi,

      Most probably any lib for .NET will work in the micro framework. First
      try to find a fixed point lib for .NET and then see if it compiles for
      the micro FW.

      Thanks, but I could not find any fixed point library for .net. do you know
      any?

      regards


      Comment

      Working...