The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

remquo (3)
  • remquo (3) ( Solaris man: Библиотечные вызовы )
  • >> remquo (3) ( FreeBSD man: Библиотечные вызовы )
  • remquo (3) ( Linux man: Библиотечные вызовы )
  • remquo (3) ( POSIX man: Библиотечные вызовы )

  • BSD mandoc
     

    NAME

    
    
    remainder
    
     
    remainderf
    
     
    remquo
    
     
    remquof
    
     - minimal residue functions
    
     
    

    LIBRARY

    Lb libm
    
     
    

    SYNOPSIS

       #include <math.h>
    double remainder (double x double y);
    float remainderf (float x float y);
    double remquo (double x double y int *quo);
    float remquof (float x float y int *quo);
     

    DESCRIPTION

    remainder (,);
    remainderf (,);
    remquo (,);
    and remquof ();
    return the remainder Fa r := Fa x - Fa n*y where Fa n is the integer nearest the exact value of -words Fa x Ns / Ns Fa y ; moreover if \*(Ba Fa n - Fa x No / Fa y No \*(Ba = 1/2 then Fa n is even. Consequently the remainder is computed exactly and \*(Ba Fa r \*(Ba \*(Ba Fa y \*(Ba/2 But attempting to take the remainder when Fa y is 0 or Fa x is is an invalid operation that produces a .

    The remquo ();
    and remquof ();
    functions also store the last k bits of Fa n in the location pointed to by Fa quo , provided that Fa n exists. The number of bits k is platform-specific, but is guaranteed to be at least 3.  

    SEE ALSO

    fmod(3), ieee(3), math(3)  

    STANDARDS

    The remainder (,);
    remainderf (,);
    remquo (,);
    and remquof ();
    routines conform to St -isoC-99 . The remainder is as defined in St -ieee754 .  

    HISTORY

    The remainder ();
    and remainderf ();
    functions appeared in BSD 4.3 and Fx 2.0 , respectively. The remquo ();
    and remquof ();
    functions were added in Fx 6.0 .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    SEE ALSO
    STANDARDS
    HISTORY


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру