python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Displaying the cosine function with specified periods (turtle)
I'm using the turtle api to finish [this assignment] (http://sites.asmsa.org/java-turtle/exer/5-function-graphing). I'm stuck on graphing the cosine function displaying a user-specified number of peri...
delkill
Votes: 0
Answers: 1
Making a little angular resolution calculator in JS but it returns NaN
So, I'm in an astronomy class, and don't have a scientific calculator yet, so as a side project practice sometimes I'll translate a math question that would otherwise be tedious into a JS program so i...
AstralV
Votes: 0
Answers: 0
2D Segment and Infinite Line Intersection Algorithm
I am trying to build logic to detect when lines might intersect by extending only one of the lines.
Here, we have have segments. A, B, C, D, E, F. Each segment will have "Two Points".
We al...

Sam
Votes: 0
Answers: 1
from radiant to degress with numpy.arctan
I want to calculate a Gradient with numpy. I use arctan(opposite side/adjacent).
I want a result in degrees. opposite side = 75mm, adjacent = 0.10mm.
adjacent I get as input.
import numpy as np
from d...
wimsenOG
Votes: 0
Answers: 1