Godtone (talk | contribs)
m moved bug note to right section
Godtone (talk | contribs)
My Python 3 code: added this very useful default for checking if a neji is constant structure according to a val and what the highest-error interval mapped by the val is
Line 932: Line 932:
return neji
return neji


def worstneji(neji,n,**val_or_warts):
def worstneji(neji,n=1,**val_or_warts):
if type(neji)==str:
if type(neji)==str:
neji = toneji(neji)
neji = toneji(neji)