vanilla-python-ci

The information below is automatically generated from the docstring in our code documentation.

main.calc_square(arg1)[source]

A simple function.

x : NumPy array
Array input.
NumPy array
The element-wise square.

This is an example how to including code using reStructuredText:

>>> calc_square(3)
9