ArchWizard

DGD/

source navigation ]
diff markup ]
identifier search ]
file search ]
Version: [ 1.0.a0 ] [ 1.1 ] [ 1.2 ] [ 1.2p1 ] [ 1.2p2 ] [ 1.2p3 ] [ 1.2p4 ] [ 1.2.151 ]

  1 NAME
  2         modf - compute floating point remainder
  3 
  4 SYNOPSIS
  5         float *modf(float x)
  6 
  7 
  8 DESCRIPTION
  9         Split the argument into a fraction f and an integer part n, such that
 10         | f | < 1.0, and f + n == x.  ({ f, n }) is returned.  Note that
 11         n is returned as a float, and may not be representable in type int.
 12 
 13 SEE ALSO
 14         kfun/frexp, kfun/ldexp

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.