Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,13 @@ Typed arrays: `let nums: array<i32> = [1, 2, 3];`

---

## Standard Library (48 modules)
## Standard Library (50 modules)

Import with `@stdlib/` prefix: `import { sin, cos, PI } from "@stdlib/math";`

| Module | Description |
|--------|-------------|
| `ai` | AI/LLM API client (OpenAI, Anthropic, Ollama) |
| `arena` | Arena memory allocator (bump allocation) |
| `args` | Command-line argument parsing |
| `assert` | Assertion utilities |
Expand Down Expand Up @@ -283,6 +284,7 @@ Import with `@stdlib/` prefix: `import { sin, cos, PI } from "@stdlib/math";`
| `json` | parse, stringify, pretty, get, set |
| `logging` | Logger with levels |
| `math` | sin, cos, sqrt, pow, rand, PI, E |
| `matrix` | Matrix math, ML activations, vector ops |
| `net` | TcpListener, TcpStream, UdpSocket |
| `os` | platform, arch, cpu_count, hostname |
| `path` | File path manipulation |
Expand Down
Loading
Loading