The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    scalb
    
     
    scalbf
    
     
    significand
    
     
    significandf
    
     - IEEE test functions
    
     
    

    LIBRARY

    Lb libm
    
     
    

    SYNOPSIS

       #include <math.h>
    double scalb (double x double n);
    float scalbf (float x float n);
    double significand (double x);
    float significandf (float x);
     

    DESCRIPTION

    These functions allow users to test conformance to St -ieee754 . Their use is not otherwise recommended.

    scalb (x n);
    and scalbf (x n);
    return Fa x Ns *(2** Ns Fa n ) computed by exponent manipulation. If Fa n is not an integer, , or an , the result is unspecified.

    significand (x);
    and significandf (x);
    return Fa sig , where Fa x := Fa sig No * 2** Ns Fa n with 1 < Fa sig < 2. significand (x);
    and significandf (x);
    are not defined when Fa x is 0, , or .  

    SEE ALSO

    ieee(3), math(3)  

    STANDARDS

    St -ieee754


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    SEE ALSO
    STANDARDS


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




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

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