Documentation moved.This entry is now part of the unified function reference. Open the unified page → API/nerdamer APIFunctionnerdamer.nthrootsrc/index.ts:776nerdamer.nthroot(x: ExpressionInput, n: ExpressionInput): ExpressionComputes the nth root of an expression as its principal power.ParametersNameTypeDescriptionxExpressionInputThe expression whose root is requested.nExpressionInputThe root degree.ReturnsExpression — `x^(1/n)`.