uxarray.grid.arcs.in_between

Contents

uxarray.grid.arcs.in_between#

uxarray.grid.arcs.in_between(p, q, r)#

Determines whether the number q is between p and r.

Parameters:
  • p (float) – The lower bound.

  • q (float) – The number to check.

  • r (float) – The upper bound.

Returns:

True if q is between p and r, False otherwise.

Return type:

bool