◐ Shell
clean mode source ↗

std::sin - cppreference.com

Da cppreference.com.

Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.

La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui.

Click here for the English version of this page

<metanoindex/>

<tbody> </tbody>

Elemento definito nell'header

<cmath>

float sin( float arg );

double sin( double arg );

long double sin( long double arg );

double sin( Integral arg );

(dal C++11)

Calcola seno di arg

Original:

Computes sine of arg

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parametri

arg -

valore del punto mobile che rappresenta l'angolo in radianti

Original:

floating point value representing angle in radians

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Valore di ritorno

seno arg nel [-1 ; +1] gamma.

Original:

sine of arg in the range [-1 ; +1].

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Errore di dominio si verifica se arg è infinito. NAN viene restituito in questo caso.

Original:

Domain error occurs if arg is infinite. NAN is returned in that case.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Vedi anche

calcola coseno (cos(x))

Original:

computes cosine (cos(x))

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(funzione) [modifica]

calcola tangente (tan(x))

Original:

computes tangent (tan(x))

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(funzione) [modifica]

calcola arcoseno (arcsin(x))

Original:

computes arc sine (arcsin(x))

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(funzione) [modifica]

calcola seno di un numero complesso (sin(z))

Original:

computes sine of a complex number (sin(z))

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(funzione di modello) [modifica]

applica la std::sin funzione a ogni elemento di valarray

Original:

applies the function std::sin to each element of valarray

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(funzione di modello) [modifica]