Y-th Root of X

Description

Returns the yth root of the input value x. If x is not complex, x must be greater than or equal to zero unless y is an integer. Otherwise, the result is NaN.

Warning : A new tensor is created for the output.

 

Input parameters

 

 y : class, n-dimensional tensor.
 x : class, n-dimensional tensor.

Output parameters

 

 y-th root(x) : class, the result.

Examples

All these examples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install Accelerator library to run it).

Table of Contents