Godtone
Joined 17 December 2020
m moved bug note to right section |
→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) | ||