ansible.builtin.root (v2.16.5) — filter

root of (math operation)

| "added in version" 1.9 of ansible.builtin"

Authors: unknown

Install Ansible via pip

Install with pip install ansible-core==2.16.5

Description

Math operation that returns the Nth root of inputed number C(X ^^ N).

Inputs

    
base:
    default: 2
    description: Which root to take.
    type: float

_input:
    description: Number to operate on.
    required: true
    type: float

Outputs

_value:
  description: Resulting number.
  type: float