factorial
Use this tool to compute the factorial of a number, essential for mathematical and algorithmic calculations within the Zerodha Trading Bot’s automated trading operations.
Instructions
This tool calculates the factorial of a number
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}