Natural logarithm of 1 plus the argument
float __far log1pf(float x); (C99)
Returns the natural logarithm of 1 plus x.
If x is smaller than -1, returns a Not-a-Number (NaN) and sets macro EDOM to global variable errno.
If x is -1, returns -HUGE_VALF and sets macro ERANGE to global variable errno.