---
name: gdtest-math-docs
description: >
  Test math in docstrings. Use when writing Python code that uses the gdtest_math_docs package.
---

# gdtest_math_docs

Test math in docstrings

## Installation

```bash
pip install gdtest-math-docs
```

## API overview

### Functions

Utility functions

- `euclidean_distance`: Compute Euclidean distance between two vectors
- `sigmoid`: Compute the sigmoid function
- `softmax`: Compute softmax probabilities

## Resources

- [llms.txt](llms.txt) — Indexed API reference for LLMs
- [llms-full.txt](llms-full.txt) — Comprehensive documentation for LLMs
