ACOS

Section: Manual del Programador de Linux (3)
Updated: 8 Junio 1993
Index Return to Main Contents


 

NOMBRE

acos - función arco coseno  

SINOPSIS

#include <math.h>

double acos(double x);
 

DESCRIPCIÓN

La función acos() calcula el arco coseno de x; éste es el valor cuyo coseno es x. Si x está fuera del rango -1 a 1, acos() falla y a errno se le asigna un valor apropiado.  

VALOR DEVUELTO

La función acos() devuelve el arco coseno en radianes y el valor se define matemáticamente para estar entre 0 y PI (inclusive).  

ERRORES

EDOM
x está fuera de rango.
 

CONFORME A

SVID 3, POSIX, BSD 4.3, ISO 9899  

VÉASE TAMBIÉN

asin

(3), atan(3), atan2(3), cos(3), sin(3), tan(3)


 

Index

NOMBRE
SINOPSIS
DESCRIPCIÓN
VALOR DEVUELTO
ERRORES
CONFORME A
VÉASE TAMBIÉN

This document was created by man2html, using the manual pages.
Time: 06:16:22 GMT, January 22, 2005