Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Elementary Functions > Trigonometry > tand

tand

tangent, argument in degree.

Syntax

t = tand(x)

Arguments

x

a real vector or matrix.

t

a real vector or matrix.

Description

The elements of t are the tangent of the elements of x (in degree).

Examples

mod=ieee();ieee(2);
x=[0,30 45 60 90 360];
tand(x);
ieee(mod);

See Also

  • atan — 2-quadrant and 4-quadrant inverse tangent
  • tan — tangent
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:34 CEST 2016