Origin Scripting Language
search
Ctrlk
originOS
  • checkBasics
    • Syntax
    • Types
    • The Execution Loop
    • Defining Variableschevron-right
    • Assignment Operators
    • Local Scoping
    • Typed Variables
  • calculator-simpleOperators
    • Mathematical Usagechevron-right
    • Text Usage
    • String Concatenation Operator (+)
    • Array Operations
    • Comparative Operators
    • Logical Operators
    • Bitwise operators
    • Pipe Operator (|>)
    • Nullish Coalescing Operator (??)
    • Precedence
  • arrow-progressProgram Flow
    • If Statementschevron-right
    • Switch Case
    • Iteration
    • While And Until
  • person-runningCommands
    • Generalchevron-right
    • Debuggingchevron-right
    • Modifiers
    • Renderingchevron-right
  • brackets-curlyArrays And Objects
    • Making Arrays Or Objects
    • Modifying An Array
    • Clone Objects And References
    • Object Operations
    • Object Property Shorthand
  • window-flipEnvironment
    • The Window System
    • Events
    • Mouse Cursor
    • Camera
    • Sound System
    • Input Simulation
    • Running Other Languages
    • Notifications
    • Send Data Between Windows
    • Clipboard
    • Interfacing With Rightclick
    • Permissions
    • Fileschevron-right
  • databaseStorage
    • Save DB
    • Local DB
  • circle-plusCustom Syntax
    • Commands
    • Methods
    • Functions
    • Inline
    • Lambda
    • Spread Operator
    • Typed Parameters
    • Classes
    • Promises
  • brackets-roundFunctions
    • Mathchevron-right
    • Typeschevron-right
    • Encodingchevron-right
    • function()
    • formatFileSize(bytes)
    • getGamepads()
    • import(path)
    • ouidNew()
    • parseFilePath(path)
  • Global Variables
    • Overview
    • System Information
    • User Information
    • Date and Time
    • Input State
    • Display and UI
    • Network
    • File System
  • scrollMethods
    • Stringschevron-right
    • Numberschevron-right
      • .len
      • .newArray()
      • .padStart(val,num)
      • .padEnd(val,num)
      • .append(val)
      • .prepend(val)
      • .newString()
      • .getProto()
      • .abs()
      • .invabs()
      • .log()
      • .ln()
      • .isPrime()
      • .sqrt()
      • .sign()
      • .chance()
      • .clamp(low,high)
      • .toBase(base)
      • Roundingchevron-right
      • Trigonometrychevron-right
        • .sin
        • .cos
        • .tan
        • .asin()
        • .acos()
        • .atan()
        • .radSin()
        • .radCos()
    • Arrayschevron-right
    • Objectschevron-right
    • Functionschevron-right
    • Keyboardchevron-right
    • JSONchevron-right
    • Typeschevron-right
    • Networkingchevron-right
    • Timestampchevron-right
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
githubEdit
  1. scrollMethodschevron-right
  2. Numbers

Trigonometry

.sinchevron-right.coschevron-right.tanchevron-right.asin()chevron-right.acos()chevron-right.atan()chevron-right.radSin()chevron-right.radCos()chevron-right
Previous.floor()chevron-leftNext.sinchevron-right

Last updated 1 year ago