Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: PowerPC Numerics / Part 2 - The PowerPC Numerics C Implementation
Chapter 10 - Transcendental Functions


Miscellaneous Functions

There are three remaining MathLib transcendental functions:
nextafter(x,y) Returns next representable number after x in direction of y.
hypot(x) Computes hypotenuse of a right triangle.
randomx(x) A pseudorandom number generator.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996