cos(90) problem

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
brucelee
Newbie
Posts: 1
Joined: Tue Feb 26, 2019 1:43 pm

cos(90) problem

Post by brucelee »

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?

Code: Select all

const pi = 3.1415
print cos(90*pi/180)
anymn
Newbie
Posts: 1
Joined: Mon Jan 07, 2019 11:06 am

cos90 problem

Post by anymn »

thanks guys. ive tried resetting the models and its not making any difference. ive got five other transmitters so its not much of a problem. thanks for your help anyway.
Post Reply