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