This adds a C89 implementation for nearbyint() as it is a function that is only made available in C99.
Add an implementation for rint() and round() for compilers that do not define one or both of them. Note that this file should be included after config.h was included.