[Mono-list] Math precision.

Miguel de Icaza miguel@ximian.com
19 Jul 2001 19:25:55 -0400


> Ok. I've used P/Invoke. The math class is now complete with a few
> exceptions. It needs to be tested alot, I'll write some nunit tests
> soon, I'm not sure which Dll to import. Problem is, the math functions
> can be in different libs on different platforms. How are we to deal with
> this?

Math functions are always on `libm' for Unix systems.  I am not sure
what is used on Windows these days (crt.lib?)