Skip to content Skip to sidebar Skip to footer
Showing posts with the label Trigonometry

Basic Trigonometry Isn't Working Correctly In Python

For a bit of background, this is the game I'm trying to draw in an isometric style. I'm jus… Read more Basic Trigonometry Isn't Working Correctly In Python

Precision Discrepancy Between Fortran And Python (sin Function)

I see a discrepancy between python and Fortran when using the sinus function. Could anyone shed lig… Read more Precision Discrepancy Between Fortran And Python (sin Function)

Wrong Asin Result

My code: import math x = input() print(math.asin(math.radians(float(x)))) My x was 0.7071067811865… Read more Wrong Asin Result