*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 atan2(3) -- arc tangent function of two variables
    The atan2() and atan2f() functions compute the principal value of the arc tangent of y/x, using the signs of both arguments to determine the quadrant of the return value.
 atan2f(3) -- arc tangent function of two variables
    The atan2() and atan2f() functions compute the principal value of the arc tangent of y/x, using the signs of both arguments to determine the quadrant of the return value.
 atanf(3) -- arc tangent function of one variable
    The atan() and atanf() functions compute the principal value of the arc tangent of x in the range [-pi/2, +pi/2].
 atanh(3) -- inverse hyperbolic tangent function
    The atanh() and atanhf() functions compute the inverse hyperbolic tangent of the real argument x.
 atanhf(3) -- inverse hyperbolic tangent function
    The atanh() and atanhf() functions compute the inverse hyperbolic tangent of the real argument x.
 atexit(3) -- register a function to be called on exit
    The atexit() function registers the given function to be called at program exit, whether via exit(3) or via return from the program's main. Functions so registered are called in reverse order; no arg...
 atof(3) -- convert ASCII string to double
    The atof() function converts the initial portion of the string pointed to by nptr to double representation. It is equivalent to: strtod(nptr, (char **)NULL);
 atoi(3) -- convert ASCII string to integer
    The atoi() function converts the initial portion of the string pointed to by nptr to integer representation. It is equivalent to: (int)strtol(nptr, (char **)NULL, 10);
 atol(3) -- convert ASCII string to long integer
    The atol() function converts the initial portion of the string pointed to by nptr to long integer representation. It is equivalent to: strtol(nptr, (char **)NULL, 10);
 atoll(3) -- convert ASCII string to long long integer
    The atoll() function converts the initial portion of the string pointed to by nptr to long long integer representation. It is equivalent to: strtoll(nptr, (char **)NULL, 10);
 authnone_create(3) -- library routines for client side remote procedure call authentication
    These routines are part of the RPC library that allows C language programs to make procedure calls on other machines across the network, with desired authentication. These routines are normally called...
 authsys_create(3) -- library routines for client side remote procedure call authentication
    These routines are part of the RPC library that allows C language programs to make procedure calls on other machines across the network, with desired authentication. These routines are normally called...
 authsys_create_default(3) -- library routines for client side remote procedure call authentication
    These routines are part of the RPC library that allows C language programs to make procedure calls on other machines across the network, with desired authentication. These routines are normally called...
 authunix_create(3) -- library routines for remote procedure calls
    
 authunix_create_default(3) -- library routines for remote procedure calls
    
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  
22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service