Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - reluer

Pages: [1]
1
QB64 Discussion / cos(90) problem
« on: March 28, 2019, 05:06:13 am »
I tried simple trigonometry in QB but it works fine for any value except 90 degree, what's the problem or I shouldn't use 90 degree in cos in QB?
Quote
const pi = 3.1415
print cos(90*pi/180)

Pages: [1]