Skip to content

Mkdocstrings Integration

You can take a look at the .qmd that generated this docs from:

https://github.com/jspaezp/mkquartodocs/tree/main/docs

Docs for math.sqrt

Return the square root of x.

import math

print(f"The quare root of 16 is {math.sqrt(16)}")
output
The quare root of 16 is 4.0

:::