home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / technical / rlab / !RLaB / help_j_r / logb < prev    next >
Encoding:
Text File  |  1995-01-16  |  307 b   |  14 lines

  1. logb:
  2.  
  3. Syntax:    logb ( A )
  4.  
  5. Description:
  6.     
  7.     Logb returns the unbiased exponent of its REAL argument.
  8.  
  9.     This function depends upon operating system support. Logb is
  10.     part of the IEEE-754 standard, and should be available on most
  11.     machines that implement this standard in one form or another.
  12.  
  13. See Also: frexp
  14.