


![[top]](top.gif)
Synopsis:
options f -- returns the table of option names and default values provided for the function f.
Code:
-- ../../../Macaulay2/m2/methods.m2:242-244
options Function := OptionTable => function -> (
if sameFunctionBody(function, optionFunction) then first frame function
else null)



![[top]](top.gif)