> ## 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.

# Third Power

<CardGroup cols={2}>
  <Card title="Integer" href="#integer" />

  <Card title="Scalar" href="#scalar" />

  <Card title="Scalar Field" href="#scalar-field" />
</CardGroup>

***

<h2 id="integer">
  Integer
</h2>

Return the third power of an Integer.

### Inputs

| Name    | Type                                                     | Description          |
| ------- | -------------------------------------------------------- | -------------------- |
| Operand | [Integer](../../../../block-documentation/types/integer) | Value to operate on. |

### Outputs

| Type                                                     |
| -------------------------------------------------------- |
| [Integer](../../../../block-documentation/types/integer) |

***

<h2 id="scalar">
  Scalar
</h2>

Return the third power of a Scalar number.

### Inputs

| Name    | Type                                                   | Description          |
| ------- | ------------------------------------------------------ | -------------------- |
| Operand | [Scalar](../../../../block-documentation/types/scalar) | Value to operate on. |

### Outputs

| Type                                                   |
| ------------------------------------------------------ |
| [Scalar](../../../../block-documentation/types/scalar) |

***

<h2 id="scalar-field">
  Scalar Field
</h2>

Return the third power of a Scalar Field.

### Inputs

| Name    | Type                                                               | Description          |
| ------- | ------------------------------------------------------------------ | -------------------- |
| Operand | [Scalar Field](../../../../block-documentation/types/scalar-field) | Value to operate on. |

### Outputs

| Type                                                               |
| ------------------------------------------------------------------ |
| [Scalar Field](../../../../block-documentation/types/scalar-field) |
