(arg)
- Ejemplos
El formato de arg está documentado en la sección Colores Colors. | The format of arg is documented in the Colors Colors section. |
Cuando la función fn(arg) regresa, el proceso hijo termina. | When the fn(arg) function application returns, the child process terminates. |
Devuelve el arco tangente de arg en radianes. | Returns the arc tangent of arg in radians. |
Devuelve el arco coseno de arg en radianes. | Returns the arc cosine of arg in radians. |
El argumento arg se pasa a la función fn. | The arg argument is passed to the fn function. |
Rango de error se produce si arg es 0. | Range error occurs if arg is 0. |
Devuelve el arco seno de arg en radianes. | Returns the arc sine of arg in radians. |
Domain error se produce si arg está fuera del rango [-1.0; 1.0]. | Domain error occurs if arg is outside the range [-1.0, 1.0] |
Domain error se produce si arg es infinito. | Domain error occurs if arg is infinite. |
Domain error se produce si arg es negativo. | Domain error occurs if arg is negative. |
El parámetro arg está en radianes. | The arg parameter is in radians. |
Arginina (arg) Este es uno de los 20 amino ácidos que componen la proteína. | Arginine (arg) This is one of 20 amino acids that make up protein. |
Domain error se produce si arg es negativo. | Domain error occurs if arg is less than -1. |
Domain error se produce si arg es negativo. | Domain error occurs if arg is less than zero. |
Devuelve la raíz cuadrada de arg. | Returns the square root of arg. |
Con el prefijo universal arg activa el modo. | With universal prefix arg turn mode on. |
Con un arg cero o negativo lo desactiva. | With zero or negative arg turn mode off. |
Domain error se produce si arg es negativo. | Domain error occurs if arg is infinite. |
Cuando se crea el proceso hijo, éste ejecuta la función fn(arg). | When the child process is created with clone(), it executes the function application fn(arg). |
Cuando se crea el proceso hijo con clone, éste ejecuta la función fn(arg). | When the child process is created with clone(), it executes the function application fn(arg). |
