The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    fmod
    
     
    fmodf
    
     - floating-point remainder functions
    
     
    

    LIBRARY

    Lb libm
    
     
    

    SYNOPSIS

       #include <math.h>
    double fmod (double x double y);
    float fmodf (float x float y);
     

    DESCRIPTION

    The fmod ();
    and the fmodf ();
    functions compute the floating-point remainder of Fa x Ns / Fa y .  

    RETURN VALUES

    The fmod ();
    and the fmodf ();
    functions return the value Fa x - Em i * Fa y , for some integer i such that, if Fa y is non-zero, the result has the same sign as Fa x and magnitude less than the magnitude of Fa y . If Fa y is zero, whether a domain error occurs or the fmod ();
    and the fmodf ();
    function returns zero is implementation-defined.  

    SEE ALSO

    math(3)  

    STANDARDS

    The fmod ();
    function conforms to St -isoC .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    SEE ALSO
    STANDARDS


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




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

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