number_properties
Analyze mathematical properties of numbers: check primeness, factorize, examine digital features, and classify number types.
Instructions
Brief description: Numerical property analysis tool, analyzes various mathematical properties of numbers.
Examples:
number_properties(number=17, analysis_type='comprehensive')
number_properties(number=100, analysis_type='factor')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | The number to analyze | |
| analysis_type | No | Type of analysis. Supports: 'comprehensive'(comprehensive), 'prime'(prime), 'factor'(factor), 'digital'(digital features), 'classification'(classification) | comprehensive |