Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find what version of the 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. |
Define a function:
In[1]:= |
Find what version of the Wolfram Language you need to define this function:
In[2]:= |
Out[2]= |
The function works on lists of defined functions by taking the max:
In[3]:= |
In[4]:= |
Out[4]= |
Use this function on itself:
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License