> For the complete documentation index, see [llms.txt](https://corrupt.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://corrupt.wiki/rtcv/rtc/classic-vector-lists.md).

# Classic Vector Lists

### **Common Floating point numbers**

*These are the lists that come with the Vector Engine by default.*

* **Extended** : -65536.00 to +65536.00 in low res, including tiny decimals
* **Extended+** : 0 to +65536 in low res, including tiny decimals
* **Extended-** : 0 to -65536 in low res, including tiny decimals
* **One**: The numbers +1.00 and -1.00
* **One-**: The number -1.00
* **One+**: The number 1.00
* **SuperExtended\_Wholes**: -65536.00 to +65536.00 in high res, integral numbers and large numbers
* **Tiny**: tiny decimals between -1.00 and +1.00
* **Two+**: The number +2.00
* **Whole**: -65536.00 to +65536.00 in low res, integral numbers
* **Whole+**: 0 to +65536.00 in low res, integral numbers

*You can add your own lists using the List Generator Tool or by downloading them with the Package Manager*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://corrupt.wiki/rtcv/rtc/classic-vector-lists.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
