> For the complete documentation index, see [llms.txt](https://docs.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.angular-package.dev/sass/math/overview.md).

# Overview

Extension for sass:math module

## 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="/sass/math/range/range.up.md">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="/sass/math/range/range.down.md">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="/sass/math/math.calculate.md">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="/sass/math/math.range.md">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="/sass/math/math.strip-unit.md">math.strip-unit()</a></td></tr></tbody></table>
