<div dir="ltr">Hello,<br><br>The POSIX standard contains some (optional)requirements that contradict the IEEE-754. Functions that behave approximately like an argument near 0 (sin, tan, asin, atan, expm1, log1p, sinh, asinh, tanh, atanh, etc.) for denormalized arguments should return the value of the argument as a result. Is it possible that the POSIX standard only considers the rounding to nearest mode?<br><br>How should such situations be addressed when developing a mathematical library in accordance with IEEE-754?<br><br>Erik E.<br></div>