Top "Trigonometry" questions

Trigonometry is a branch of mathematics that studies triangles and the relationships between their sides and the angles between sides

Unsigned long long arithmetic into double

I'm making a function that takes in 3 unsigned long longs, and applies the law of cosines to find out if …

c++ geometry double trigonometry unsigned-long-long-int
Calculating vertices of a rotated rectangle

I am trying to calculate the vertices of a rotated rectangle (2D). It's easy enough if the rectangle has not …

c++ math matrix trigonometry rectangles
Java BigDecimal trigonometric methods

I am developing a mathematical parser which is able to evaluate String like '5+b*sqrt(c^2)'. I am …

java precision trigonometry bigdecimal
Create a Sin wave line with Processing

first post here, and probably an easy one. I've got the code from Processing's reference site: float a = 0.0; float inc = …

processing waveform trigonometry
Find the Angle between two Bearings

Given two bearing, how do I find the smallest angle between them? So for example if 1 heading is 340 degrees and …

java math navigation trigonometry
Find Inverse Tangent?

I'm new to Javascript and I'm trying to use inverse tangent to find the angle in degrees between a line …

javascript trigonometry processing.js
Draw square with polar coordinates

I have a square, where the closest points are 1 unit away from the center. See my ascii diagram below: +-----------+ | | | …

javascript math trigonometry graphing
Given start point, angles in each rotational axis and a direction, calculate end point

I have a start point in 3D coordinates, e.g. (0,0,0). I have the direction I am pointing, represented by three …

math vector trigonometry angle
R: How to generate a noisy sine function

I am still pretty new to the whole R-thing. I have the following aim; I have a sine function that …

r noise trigonometry stochastic
Flipping an angle using radians

Hello all you math whizzes out there! I am struggling with a math problem I am hoping you can help …

trigonometry flip angle