nth_power_of_two
Calculate 2 raised to any integer power n to compute exponential values for mathematical sequences and binary operations.
Instructions
Get the nth power of two (0-indexed). (Domain: arithmetic, Category: basic_sequences)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |