Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The difference between f(x=3) and f(3) of callable symbolic expression 'f'

f=x.diretive()

f(3) ----> error

f(x=3) ----> ok!

Dose f(x=3) call the method __call__?

click to hide/show revision 2
No.2 Revision

The difference between f(x=3) and f(3) of callable symbolic expression 'f'

f=x.diretive()f=x.derivative()

f(3) ----> error

f(x=3) ----> ok!

Dose f(x=3) call the method __call__?

click to hide/show revision 3
No.3 Revision

The difference between f(x=3) and f(3) of callable symbolic expression 'f'

f=x.derivative()

f(3) ----> error

f(x=3) ----> ok!

Dose f(x=3) call the method __call__?