# Generated from: params_positional.tap.md#float8_param
# Test: Positional parameter with FLOAT8 type
command_positional 'MAP {result: $1}' '3.141592653589793'
---
> +--------------------+
> | result |
> +--------------------+
> | 3.14159265358979 |
> +--------------------+
>