Difference between revisions of "OOoES/Traduccion/Calc: Funcion SIGNO"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Created page with '== SIGNO (*) == Devuelve el signo de un número. === Sintaxis: === <tt>''' SIGNO(Número)'''</tt> :Donde <tt>''' Número '''</tt> es el número real cuy…')
 
m
Line 11: Line 11:
  
  
[[Category:ES]]
+
[[Category:OldES]]

Revision as of 23:12, 4 October 2012

SIGNO (*)

Devuelve el signo de un número.

Sintaxis:

SIGNO(Número)

Donde Número es el número real cuyo signo desea saber, devolviendo 1 si es positivo y -1 si es negativo.

Ejemplo:

SIGNO(-6)

Devuelve -1.
Personal tools