Results 1 to 4 of 4

Thread: Trigonometric Functions?

  1. #1

    Thread Starter
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409

    Trigonometric Functions?

    Example:
    Code:
    sin(90-x) = cosx
    ...
    tg(270-x) = ctgx
    ...
    etc.
    Where can i get info (like a table) with all these functions (sin(180-x) = ?, cos(360-x) = ?,tg(270-x) = ?), etc.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  2. #2
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    There's a lot of info on them in the VB help files for trig functions. Someone pasted a load of info on them a few weeks ago.
    Harry.

    "From one thing, know ten thousand things."

  3. #3
    Member
    Join Date
    Apr 2001
    Location
    Emden, Germany
    Posts
    63
    you'll find this kind of stuff in all better general math books. and if you are too lazy to go to library check:

    www.efunda.com
    WIN 2000 Prof. / WIN 98 / WIN 95, IE6.0, Mathematica 4.0
    Visual Studio Enterprise 6.0 sp5

  4. #4
    jim mcnamara
    Guest
    Look up 'derived math functions' in vb help, for instance. Not every possible trig function is supported by the math library of every language. In this case, help tells you which identity to use for an unsupported trig function. Or other function.

    ... just an aside.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width