Square root¶
Documentation¶
- Class name:
DF_Square_root
- Category:
Derfuu_Nodes/Math
- Output node:
False
The SquareRootNode provides a mathematical operation to calculate the square root of a given value, returning both the positive and negative square root values.
Input types¶
Required¶
Value
- The input value for which the square root is to be calculated. This value determines the magnitude of the output.
- Comfy dtype:
FLOAT
- Python dtype:
float
Output types¶
float
- Comfy dtype:
FLOAT
- The positive and negative square root values of the input.
- Python dtype:
tuple[float, float]
- Comfy dtype:
Usage tips¶
- Infra type:
CPU
- Common nodes: unknown