Reporting Issues for Documentation

The Power node in the material editor has its input clamped to be positive, but this is not clear in the documentation:

The Power expression takes two inputs: a base value (Base ) and an exponent (Exp ). It raises the base value to the power of the exponent and outputs the result. In other words, it returns Base multiplied by itself Exp times.

It is mentioned in the hover text on the node:
image