mirror of
				https://github.com/CorentinTh/it-tools.git
				synced 2025-11-04 05:53:25 +00:00 
			
		
		
		
	refactor(math-evaluator): improved description
Improved description.
This commit is contained in:
		@@ -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',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user