Frexp from Managed Code

J

JackRazz

Is it possible to call frexp (or an equivalent .NET framework function) to extract
the mantissa and exponent from a double using C#. I don't know anything about C++,
so I'm hoping someone can let me know calling frexp is possible. If this is
available in the framework as a managed function, which library is it in? I suppose
its possible to use a DllImport( .......), but im not sure if this could turn out to
be expensive from a cpu perspective.

I posted a question in the c# form about this, but got no answers, so my apologies
for asking such a newbie question here.

Thanks - JackRazz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top