square.md 356 B


generator: docs-rag-parser

square

function square

@brief Global utility function for calculations This function demonstrates global documentation patterns.

@param value The value to square @return The squared value

Signature

double square(double value);

Source Location

File: /data/docs-rag/test-calculator.h:54