Source code for galois.example

[docs]def example_function(value): """ This is an example function to test the auto-generated documentation Parameters ---------- value : float Any floating-point value. Returns ------- float The same value as was inputted. """ return value