Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find what version of Wolfram Language you need to define a function
ResourceFunction["WLMinVersion"][func] gives the minimum Wolfram Language version required to evaluate func. | |
ResourceFunction["WLMinVersion"][ls] gives the minimum Wolfram Language version required to evaluate functions in the list ls by taking the maximum. | |
ResourceFunction["WLMinVersion"][func,"Recommended"] gives the recommended Wolfram Language version required to evaluate func. |
Define a function:
In[1]:= |
Find what version of the Wolfram Language you need to define this function:
In[2]:= |
Out[2]= |
What version is recommended:
In[3]:= |
Out[3]= |
The function works on lists of defined functions by taking the max:
In[4]:= |
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
In[7]:= |
Out[7]= |
The function is designed for user-defined functions not in the System` context, but it also works with functions in the System` context.
Find what version is required to use TraditionalForm:
In[8]:= |
Out[8]= |
The functionality is already present in WolframLanguageData:
In[9]:= |
Out[9]= |
Use this function on itself:
In[10]:= |
Out[10]= |
In[11]:= |
Out[11]= |
Wolfram Language 13.0 (December 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License