Exemple #1
0
def Distance(x, y, n):
    return _vector.Distance(x, y, n)
Exemple #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)