mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
refactor(math-evaluator): improved search and UX (#713)
* refactor(math-evaluator): added keywords for search * refactor(math-evaluator): improved input
This commit is contained in:
parent
02b0d0d1a1
commit
58de8970f5
2 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,9 @@ export const tool = defineTool({
|
|||
keywords: [
|
||||
'math',
|
||||
'evaluator',
|
||||
'calculator',
|
||||
'expression',
|
||||
'abs',
|
||||
'acos',
|
||||
'acosh',
|
||||
'acot',
|
||||
|
@ -31,6 +34,7 @@ export const tool = defineTool({
|
|||
'sech',
|
||||
'sin',
|
||||
'sinh',
|
||||
'sqrt',
|
||||
'tan',
|
||||
'tanh',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue