Date: Wed, 7 Sep 94 17:37:18 +0200
From: Emmanuel DOT Anne AT univ-caen DOT fr (Emmanuel Anne)
To: djgpp AT sun DOT soe DOT clarkson DOT edu
Subject: Re: Missing rint()?


Indeed, there are a LOT of functions missing in libm.a.
Like j0 and j1, for example.
Solution : develop your own version of the mathematical functions you need,
that's what I did when I got the problem.