Skip to content

Commit

Permalink
Merge pull request #2473 from NoPlagiarism/calc_add_funcs
Browse files Browse the repository at this point in the history
[Calculator] Allow more functions to be used
  • Loading branch information
taooceros authored Jan 15, 2024
2 parents 03bf15f + c3cf3d9 commit 996fb08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plugins/Flow.Launcher.Plugin.Calculator/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class Main : IPlugin, IPluginI18n, ISettingProvider
@"sin|cos|tan|arcsin|arccos|arctan|" +
@"eigval|eigvec|eig|sum|polar|plot|round|sort|real|zeta|" +
@"bin2dec|hex2dec|oct2dec|" +
@"factorial|sign|isprime|isinfty|" +
@"==|~=|&&|\|\||" +
@"[ei]|[0-9]|[\+\-\*\/\^\., ""]|[\(\)\|\!\[\]]" +
@")+$", RegexOptions.Compiled);
Expand Down

0 comments on commit 996fb08

Please sign in to comment.