mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-24 02:02:35 -04:00
refactor(math-evaluator): improved description
Improved description.
This commit is contained in:
parent
e86fd96ae3
commit
e87f4b1837
@ -4,7 +4,7 @@ import { defineTool } from '../tool';
|
|||||||
export const tool = defineTool({
|
export const tool = defineTool({
|
||||||
name: 'Math evaluator',
|
name: 'Math evaluator',
|
||||||
path: '/math-evaluator',
|
path: '/math-evaluator',
|
||||||
description: 'Evaluate math expression, like a calculator on steroid (you can use function like sqrt, cos, sin, abs, ...)',
|
description: 'A calculator for evaluating mathematical expressions. You can use functions like sqrt, cos, sin, abs, etc.',
|
||||||
keywords: [
|
keywords: [
|
||||||
'math',
|
'math',
|
||||||
'evaluator',
|
'evaluator',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user