Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the arity of a function
ResourceFunction["Arity"][function] finds the possible arity values of function. |
Find the arity for DSolve:
In[1]:= |
Out[1]= |
In[2]:= |
Out[2]= |
In[3]:= |
Out[3]= |
Use Information to verify the output:
In[4]:= |
Out[4]= |
Test the arity for a user defined function:
In[5]:= |
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License