Steve Ellcey writes: > > So why does fdlibm.h include declarations of sin/pow/sqrt/etc. instead > of just including math.h? Because we don't use the system math libraries. We don't use them because we can't be sure that they conform to Java language requirements. Andrew.