microsoft/PowerToys

CmdPal: Add _more_ advanced math equations (`cot`, `sec`, etc)

Open

#47093 opened on Apr 19, 2026

View on GitHub
 (2 comments) (2 reactions) (0 assignees)C# (133,154 stars) (7,978 forks)batch import
CmdPal - CalculatorHelp WantedNeeds-TriageProduct-Command Palette

Description

Description of the new feature / enhancement

Hello, I kindly request you to add the following to the Comand Palette calculator:

  • Logarithms of the nth power

  • Root of the nth degree

  • Trigometric functions:

  • cot

  • sec

  • csc

  • sinh

  • cosh

  • coth

  • sech

  • csch

  • arcsin

  • arccos

  • arccot

  • arcsec

  • arccsc

Scenario when this would be used?

This can be useful for students, teachers, professors and other people who do a lot of calculations, because for some, typing with a keyboard is much more convenient than clicking with a mouse in the Windows calculator, and in addition, the Command Palette is called up by a keyboard shortcut, which the Windows calculator does not have.

Supporting information

No response

Contributor guide