# Overview

## Range

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong><code>range.down()</code></strong></td><td>Returns the range of numbers where <code>$from</code> is <strong>higher</strong> than <code>$to</code>.</td><td></td><td><a href="range/range.up">range.up</a></td></tr><tr><td><strong><code>range.up()</code></strong></td><td>Returns the range of numbers where <code>$from</code> is <strong>lower</strong> than <code>$to</code>.</td><td></td><td><a href="range/range.down">range.down</a></td></tr></tbody></table>

## Math

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong><code>math.calculate()</code></strong></td><td>Performs value and operand calculation by using a given operator <code>+</code> addition, <code>-</code> subtraction, <code>*</code> multiplication, <code>/</code> division of string type.</td><td></td><td><a href="math.calculate">math.calculate</a></td></tr><tr><td><strong><code>math.range()</code></strong></td><td>Returns the range of numbers.</td><td></td><td><a href="math.range">math.range</a></td></tr><tr><td><strong><code>math.strip-unit()</code></strong></td><td>Strips the unit from a given <code>$number</code>.</td><td></td><td><a href="math.strip-unit">math.strip-unit</a></td></tr></tbody></table>


---

# Agent Instructions: 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://docs.angular-package.dev/sass/math/overview.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.
