|
def | phystricks.src.SmallComputations.MultipleBetween (Dx, mx, Mx, mark_origin=True) |
|
def | phystricks.src.SmallComputations.SubGridArray (mx, Mx, Dx, num_subX) |
|
def | phystricks.src.SmallComputations.MainGridArray (mx, Mx, Dx) |
|
def | phystricks.src.SmallComputations.RemoveLastZeros (x, n) |
|
def | phystricks.src.SmallComputations.number_at_position (s, n) |
|
def | phystricks.src.SmallComputations.get_line (s, pos) |
|
def | phystricks.src.SmallComputations.string_number_comparison (s1, s2, epsilon=0.01, last_justification="") |
|
def | phystricks.src.SmallComputations.around (x, decimals) |
|
def | phystricks.src.SmallComputations.MultipleLower (x, m) |
|
def | phystricks.src.SmallComputations.MultipleBigger (x, m) |
|
def | phystricks.src.SmallComputations.visualPolarCoordinates (r, theta, xunit=1, yunit=1) |
|
def | phystricks.src.SmallComputations.split_list (starting_list, fun, cut_ymin, cut_ymax) |
|
def | phystricks.src.SmallComputations.find_roots_recursive (f, a, b, tol=0.000000000001) |
|