Ejemplo n.º 1
0
def Distance(x, y, n):
    return _vector.Distance(x, y, n)
Ejemplo n.º 2
0
def Distance(x, y, n):
    r"""Distance(double const * x, double const * y, int const n) -> double"""
    return _vector.Distance(x, y, n)