sphinx-autoapi/tests/toctreeexample/example/example.py
2019-01-26 21:20:45 -08:00

9 lines
141 B
Python

__author__ = "swenson"
import math
def example_function(x):
"""Compute the square root of x and return it."""
return math.sqrt(x)