fronts.t

fronts.t(o, r)

Transform back from the Boltzmann variable into t.

Parameters:
  • o (float or numpy.ndarray) – Value(s) of the Boltzmann variable. If a NumPy array, it must have a shape broadcastable with r. Values must not be zero.

  • r (float or numpy.ndarray) – Location(s). If a NumPy array, it must have a shape broadcastable with o.

Returns:

t – The return is a float if both o and r are floats. Otherwise it is an array of the shape that results from broadcasting o and r.

Return type:

float or numpy.ndarray

See also

o, r