std::asin
De cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
</div></div>
| Déclaré dans l'en-tête <cmath>
|
||
| float asin( float arg ); |
||
| double asin( double arg ); |
||
| long double asin( long double arg ); |
||
| double asin( Integral arg ); |
(depuis C++11) | |
Calcule l'arc sinus de
argOriginal:
Computes arc sine of
argThe text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[modifier] Paramètres
| arg | - | valeur du point flottant
Original: floating point value The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[modifier] Retourne la valeur
arcsinus de
arg en radians dans la plage de radians [-π/2; π/2] .Original:
arc sine of
arg in radians in the range of [-π/2; π/2] radians.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Erreur de domaine se produit si
arg est hors de la plage [-1.0; 1.0]. NAN est retourné dans ce cas .Original:
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[modifier] Voir aussi
| calcule l'arc cosinus (arccos(x)) Original: computes arc cosine (arccos(x)) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction) | |
| calcule l'arc tangente (arctan(x)) Original: computes arc tangent (arctan(x)) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction) | |
| arc tangente, en utilisant des signes pour déterminer quadrants Original: arc tangent, using signs to determine quadrants The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction) | |
| sine calcule (sin(x)) Original: computes sine (sin(x)) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction) | |
| (C++11) |
calcule arc sinus d'un nombre complexe (arcsin(z)) Original: computes arc sine of a complex number (arcsin(z)) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction générique) |
| applique la fonction std::asin à chaque élément de valarray Original: applies the function std::asin 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. (fonction générique) | |

