Source code for galois.example

import numpy as np


[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 np.array(value)