CrazyEngineers
  • How to write tan inverse x in C?

    yadavundertaker mohit

    yadavundertaker mohit

    @yadavundertaker-0p3HBs
    Updated: Oct 12, 2009
    Views: 1.3K
    hi..

    i want to know how to write tan inverse x in C
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Saandeep Sreerambatla

    MemberOct 12, 2009

    Re: tan in C

    There are functions in C like atan() , asin() and acos()


    These gives the inverse of tan , sin and cos respectively.

    try and let me know if you have questions 😀
    Are you sure? This action cannot be undone.
    Cancel
  • Saandeep Sreerambatla

    MemberOct 12, 2009

    Just try giving the input in degrees , if it works its fine.

    IF not convert the degrees to radians and then your job will be done.

    x Radians = x degrees * pi /180

    pi = 22/7 😀
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register