answersLogoWhite

0

How do you write a sinus sub function in c plus plus?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

Do you mean the sinus function, std::sin()? There is no need to write functions that already exist unless you intend to optimise the implementation. That's highly unlikely to be the case in a standard periodic function like sin().

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you write a sinus sub function in c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What symbol is used when attaching one or more sub-elements of a similar function to a headquarters?

Use a plus (+) symbol when attaching one or more sub elements of a similar function


What symbol is used when attaching one or more sub-elements of a similar function to a headquarter?

Use a plus (+) symbol when attaching one or more sub elements of a similar function


Difference between subroutine and function?

Both A function and a Sub carry out a procedure, but only A function returns a result while a Sub does not return a result.


How do you graph this function y equals 1 plus x plus 3?

You find the intercepts on the x and y axis: First, sub in x=0, giving you y=4. Then sub in y=0, giving you x=-4. So your intercepts are (0,4) and (-4,0). Plot these 2 points, and draw a line between them (you can do this since your function is a straight line, not a curve).


Where are a frog's kidneys?

The frog's kidneys (2) are located dorsally, outside the body cavity in the sub-ventral lymph sinus.


How do you sketch a piece wise continuous function?

A piece-wise continuous function is one which has a domain that is broken up inot sub-domains. Over each sub-domain the function is continuous but at the end of the domain one of the following possibilities can occur:the domain itself is discontinuous (disjoint domains),the value of the function is not defined at the start or end-point of the domain ((a hole),the value of the function at the end point of a sub-domain is different to its value at the start of the next sub-domain (a step-discontinuity).A piece-wise continuous function is one which has a domain that is broken up inot sub-domains. Over each sub-domain the function is continuous but at the end of the domain one of the following possibilities can occur:the domain itself is discontinuous (disjoint domains),the value of the function is not defined at the start or end-point of the domain ((a hole),the value of the function at the end point of a sub-domain is different to its value at the start of the next sub-domain (a step-discontinuity).A piece-wise continuous function is one which has a domain that is broken up inot sub-domains. Over each sub-domain the function is continuous but at the end of the domain one of the following possibilities can occur:the domain itself is discontinuous (disjoint domains),the value of the function is not defined at the start or end-point of the domain ((a hole),the value of the function at the end point of a sub-domain is different to its value at the start of the next sub-domain (a step-discontinuity).A piece-wise continuous function is one which has a domain that is broken up inot sub-domains. Over each sub-domain the function is continuous but at the end of the domain one of the following possibilities can occur:the domain itself is discontinuous (disjoint domains),the value of the function is not defined at the start or end-point of the domain ((a hole),the value of the function at the end point of a sub-domain is different to its value at the start of the next sub-domain (a step-discontinuity).


How do you write a recursive Formula?

3,6,9,12 A sub 1 = First (3) a sub n = a sub (n-1) + change (3)


Which LOGMOD function sub-function provides an automated capability to schedule and monitor the deployment process?

Execution


What is different between a subroutine and function in vb.net?

Function returns a value but sub procedure do not return a value.


What is the function of the arithmetic unit?

its give instruction fot arithmatic function like that sub,add,mul,and ,or


What is the function of Sub-Mandibular Gland?

produces liquids produces liquids


How do you write H2O in HTML code?

To write the elemental definition of water (H20) in HTML, use the <sub></sub> element to surround the 2. SUB designates a particular portion of text as subscript. So... <p>H<sub>2</sub>O</p> Will give results similar to: H2O