Shop OBEX P1 Docs P2 Docs Learn Events
IDE Con expression error — Parallax Forums

IDE Con expression error

John AbshierJohn Abshier Posts: 1,116
edited 2006-12-19 22:52 in Propeller 1
HEADING_CORRECTOR = -(pi / 4.0) * 500.0 ' full turn for 45 degree error

yields 392.699

HEADING_CORRECTOR = (-pi / 4.0) * 500.0 ' full turn for 45 degree error

yields the correct answer -392.699

Propeller IDE version 1.0

Sign In or Register to comment.