Returns the tangent of a given angle.
Esta función funciona igual en Google Sheets que en Excel: misma sintaxis y mismos argumentos.
TAN(number)The TAN function calculates the tangent of an angle provided in radians. If your angle is in degrees, you must multiply it by PI()/180 or use the RADIANS function to convert it.
=TAN(RADIANS(45))Resultado: 1
Calculates the tangent of 45 degrees by converting it to radians first.
Ensure your input is in radians. Excel's trigonometric functions expect radians, not degrees.