In[13]:= Needs["NumberTheoryNumberTheoryFunctions
"]
During evaluation of In[13]:= Get::noopen: Cannot open NumberTheoryNumberTheoryFunctions
.
During evaluation of In[13]:= Needs::nocont: Context NumberTheoryNumberTheoryFunctions
was not created when Needs was evaluated.
Out[13]= $Failed
This should succeed because it's already loaded. The definition of Needs was and is that loads if not already loaded and returns false when a Needed package is not available. As the following shows (show in version 11, this needed variable is in same context is already loaded):
?*`CRTlist
NumberTheoryNumberTheoryFunctions
Private`CRTlist
<a href="mailto:Timing@Short@crtlist[Range[500]">Timing@Short@crtlist[Range[500], Prime[Range[500]], 1, 500]
(try %[[2,1]] to see if it evaluated or returned unevaluated, return is <<1>>)
(* the above shows what documentation says: it's been made internal *)
let's set Needs aside. my .nb assigned "crtlist=...`CRTlist", and calls the function with parameters.
though MM 11 has the same CRTlist in the same place, it returns unevaluated
it's not critical to the notebook except in EDUCATION of why "crtwo" gives really all repeated cr sol'n and ChineseRemainder (ver 4.0 mm?) could not