Write a function named xytopolar

Assignment Help C/C++ Programming
Reference no: EM13703732

Program: Write a function named "XYtoPolar" that has 2 double value parameters and 2 double reference parameters that converts x,y coordinates to polar coordinates. The prototype is: void XYtoPolar(double x, double y, double* angle, double* radius);

Look up in a math book or on the Internet how to do the conversion mathematically and code that into your program.

The effect of the function is to take arbitrary values for x and y representing the coordinates of a point on the x,y plane and sets the variables pointed to by angle and radius to the corresponding polar coordinates of the same point, with the angle in radians, not degrees.

For case, the point x=1, y=1 has polar coordinates angle=0.785398163, radius = 1.41421356237.

Hint: the C math function atan(x) returns the inverse tangent of x.

Please keep it simple and short and no copy and paste or at least help me get started?

Reference no: EM13703732

Questions Cloud

Perform the subtraction : Perform the subsequent subtraction using 1's compliment and 2's compliment.
The combination of sodium chlorite and acetic acid forms : Problem- The combination of sodium chlorite and acetic acid forms hypochlorous acid (HOCl). Draw the arrow pushing mechanism of your reaction, using HOCl as reagent.
Build a 16-bit register with write enable input : Use 1-bit D-Flip flop to build a 16-bit register with write enable input - Use 16-bit registers to build a register le of 8 registers, enabling reading and writing operations.
Describe the properties in terms of polarity : Problem- What are the major compounds expected to be seen from spinach extract from column chromatography. Describe the properties in terms of polarity and structures
Write a function named xytopolar : Write a function named "XYtoPolar" that has 2 double value parameters and 2 double reference parameters that converts x,y coordinates to polar coordinates. The prototype is: void XYtoPolar(double x, double y, double* angle, double* radius);
Describe the ir spectrum of ketone product : Problem- Describe the difference between the IR spectrum of your ketone product (camphor), and that of the alcohol starting material (Isoborneol). How can these spectra help you determine whether the reaction worked
Difference between x and &x : Suppose x is defined as int x = 5; Explain in your own words what the difference between x and &x.
Write a function named putinorder : Write a function named "PutInOrder" that has 2 double reference parameters (say a and b). The function rearranges the values pointed to by a and b such that a points to the smallest value and b to the largest value.
Correlated sub-query to return one row per customer : Use a correlated sub-query to return one row per customer, representing the customer's oldest order (the one with the earliest date).

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Create program that uses functions and reference parameters

Create program that uses functions and reference parameters, and asks user for the outside temperature.

  Write a program using vectors and iterators

Write a program using vectors and iterators that allows a user to maintain a personal list of DVD titles

  Write the code required to analyse and display the data

Calculate and store the average for each row and column. Determine and store the values for the Average Map.

  Write a webservices application

Write a webservices application that does a simple four function calculator

  Iimplement a client-server of the game

Iimplement a client-server version of the rock-paper-scissors-lizard-Spock game.

  Model-view-controller

Explain Model-View-Controller paradigm

  Design a nested program

How many levels of nesting are there in this design?

  Convert celsius temperatures to fahrenheit temperatures

Write a C++ program that converts Celsius Temperatures to Fahrenheit Temperatures.

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Design a base class shape with virtual functions

Design a base class shape with virtual functions

  Implementation of classes

Implementation of classes Chart and BarChart. Class barChart chould display a simple textual representation of the data

  Technical paper: memory management

Technical Paper: Memory Management, The intent of this paper is to provide you with an in depth knowledge of how memory is used in executing, your programs and its critical support for applications.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd