mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #902 from jondaniels/calc_fix
added various operator keywords to calculator
This commit is contained in:
commit
3441482e8c
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ namespace Wox.Plugin.Caculator
|
|||
{
|
||||
private static Regex regValidExpressChar = new Regex(
|
||||
@"^(" +
|
||||
@"sin|cos|ceil|floor|exp|pi|max|min|det|arccos|abs|" +
|
||||
@"ceil|floor|exp|pi|e|max|min|det|abs|log|ln" +
|
||||
@"sin|cos|tan|arcsin|arccos|arctan|" +
|
||||
@"eigval|eigvec|eig|sum|polar|plot|round|sort|real|zeta|" +
|
||||
@"bin2dec|hex2dec|oct2dec|" +
|
||||
@"==|~=|&&|\|\||" +
|
||||
|
|
|
|||
Loading…
Reference in a new issue