How to compare functions?

后端 未结 3 428
醉酒成梦
醉酒成梦 2020-11-29 12:00

Is there a way to compare whether two function objects are the same?

m <- mean
m == mean ## don\'t work

## this seems not to be the correct way:
function         


        
3条回答
提交回复
热议问题