The average() function returns the arithmetic mean of the numbers you provide.
For example:
average(6; 7) = 6.5
You can also hover over the average() function directly in the mapping panel. Make shows a short description, the syntax, and an example usage, which is a quick way to understand how a function works (as shown in your screenshot).
If this solution resolved your issue, please consider marking it as the solution. This helps other community members who may encounter the same problem in the future and keeps the community organized.
Feel free to let me know if you have any further questions or need additional assistance.