aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
Multiple choice

Which of the following mathematical functions is used to return arc tangent of the given expression x/y?

  1. tan(x/y)

  2. sin(x/y)

  3. atan2(x,y)

  4. cos(x/y)

  5. pow(x,y)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This mathematical function is used to return arc tangent of the given expression x/y.

Keep practicing — related questions

  • Which of the following mathematical functions is used to return arc tangent of the given variable x?
  • Which of the following mathematical functions is used to return arc sine of the given expression x/y?
  • Which of the following mathematical functions is used to return arc cosine of the given expression x/y?
  • Which of the following mathematical functions returns tangent of the arguement in radians?
  • Which of the following functions is used to return floating point remainder of a given expression x/y?
  • What is the correct C language expression for the following mathematical expression? Sin2x + Cos2x + Sin(ex...
  • Consider the following code. What will be the values of a, x, y and z? main() { int x=10,y=20,z=30,a=0; clr...
  • Which of the following string functions in C++ returns a pointer to the first occurrence of character in st...

Practice this topic

  • Programming Languages and Compilers (2284 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy