Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C calc
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • redox-os
  • calc
  • Issues
  • #1
Closed
Open
Created Jun 28, 2017 by Michael Aaron Murphy@mmstickMaintainer

Add functions like logarithms and trigonometric function

Created by: huntergoldstein

Problem

The user is restricted to a fairly basic set of math operations: generally infix functions and some suffix functions (through the special characters ² and ³).

Solution

Introduce log and the trigonometric functions: at least sine, cosine, tan, and their inverses.

  • log can start out as log base 10 but we can expand it to either take in a variable number of parameters or give the ability to specify a logN syntax. WE could also add ln of course
  • What matters more is extending the syntax to support these functions versus what's actually implemented.
Assignee
Assign to
Time tracking