Table of Contents

ugBASIC User Manual

DEGREE

SYNTAX

   DEGREE

PURPOSE

This command allows you to select the angle mode with trigonometric functions, setting it to 360 degrees.

EXAMPLE

  x1 = COS(3.1415)
  DEGREE
  x2 = COS(180)
  PRINT x1;" ";x2

ABBREVIATION

 Deg

AVAILABLE ON

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY