>The stub long-double math functions print an obnoxious message in >addition to returning ENOSYS. Why is this done? It doesn't help the I imagine because people don't usually expect the math functions to fail and so don't bother checking for errors like they might for system calls. p.