openmc
openmc.model
openmc.examples
openmc.deplete
openmc.mgxs
openmc.stats
openmc.data
openmc.lib
openmc.openmoc_compatible
Return a tabulated representation of a one-variable function
x (Iterable of float) – Initial x values at which the function should be evaluated
f (Callable) – Function of a single variable
tolerance (float) – Tolerance on the interpolation error
numpy.ndarray – Tabulated values of the independent variable
numpy.ndarray – Tabulated values of the dependent variable