The OpenNET Project / Index page

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

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

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

sincos (3)
  • >> sincos (3) ( Solaris man: Библиотечные вызовы )
  • sincos (3) ( Русские man: Библиотечные вызовы )
  • sincos (3) ( Linux man: Библиотечные вызовы )
  •  

    NAME

    sincos, sincosf, sincosl - combined sine and
    cosine function
     
    

    SYNOPSIS

    c99 [ flag... ] file... -lm [ library... ]
    #include <math.h>
    
    void sincos(double x, double *s, double *c);
    

    void sincosf(float x, float *s, float *c);
    

    void sincosl(long double x, long double *s, long double *c);
    

     

    DESCRIPTION

    These functions compute the sine and cosine of the first argument x, measured in radians.  

    RETURN VALUES

    Upon successful completion, these functions return the sine of x in *s and cosine of x in *c.  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStable

    MT-Level

     

    SEE ALSO

    cos(3M), sin(3M), math.h(3HEAD), attributes(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ATTRIBUTES
    SEE ALSO


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




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

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