User Tools

Site Tools


ugbasic:user:kw:radian
Translations of this page:


ugBASIC User Manual

RADIAN

SYNTAX

   RADIAN

PURPOSE

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

EXAMPLE

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

ABBREVIATION

 Rdn

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