> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Operations

<CardGroup cols={2}>
  <Card title="Add" href="../../../block-documentation/blocks/math/operations/add" />

  <Card title="Subtract" href="../../../block-documentation/blocks/math/operations/subtract" />

  <Card title="Multiply" href="../../../block-documentation/blocks/math/operations/multiply" />

  <Card title="Divide" href="../../../block-documentation/blocks/math/operations/divide" />

  <Card title="Pow" href="../../../block-documentation/blocks/math/operations/pow" />

  <Card title="Square" href="../../../block-documentation/blocks/math/operations/square" />

  <Card title="Third Power" href="../../../block-documentation/blocks/math/operations/third-power" />

  <Card title="Fourth Power" href="../../../block-documentation/blocks/math/operations/fourth-power" />

  <Card title="Exp" href="../../../block-documentation/blocks/math/operations/exp" />

  <Card title="Sqrt" href="../../../block-documentation/blocks/math/operations/sqrt" />

  <Card title="Third Root" href="../../../block-documentation/blocks/math/operations/third-root" />

  <Card title="Fourth Root" href="../../../block-documentation/blocks/math/operations/fourth-root" />

  <Card title="Nth Root" href="../../../block-documentation/blocks/math/operations/nth-root" />

  <Card title="Log" href="../../../block-documentation/blocks/math/operations/log" />

  <Card title="Mod" href="../../../block-documentation/blocks/math/operations/mod" />

  <Card title="Min" href="../../../block-documentation/blocks/math/operations/min" />

  <Card title="Max" href="../../../block-documentation/blocks/math/operations/max" />

  <Card title="Average" href="../../../block-documentation/blocks/math/operations/average" />

  <Card title="Abs" href="../../../block-documentation/blocks/math/operations/abs" />
</CardGroup>
