# RoundingMode | @aa-sdk/core

> Overview of RoundingMode from @aa-sdk/core

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

Defined in: [aa-sdk/core/src/utils/bigint.ts:65](https://github.com/alchemyplatform/aa-sdk/blob/main/aa-sdk/core/src/utils/bigint.ts#L65)

## Enumeration Members

<table>
  <thead>
    <tr>
      <th align="left">Enumeration Member</th>
      <th align="left">Value</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <a id="round_down" /> `ROUND_DOWN`
      </td>

      <td>
        `0`
      </td>
    </tr>

    <tr>
      <td>
        <a id="round_up" /> `ROUND_UP`
      </td>

      <td>
        `1`
      </td>
    </tr>

  </tbody>
</table>