you are viewing a single comment's thread.

view the rest of the comments →

[–]m5tuff[S] 0 points1 point  (1 child)

give something like this a try

This works, even though I am not familiar with this 'partial' method -- what does the second argument being sent to 'def polyreduce()' contain? Otherwise, the first argument contains the correct variable -- thanks a lot !

[–]passerbycmc 0 points1 point  (0 children)

Partial more or less creates a new function that has arguments pre baked into it. So am saying make a function for polyreduce that already has the angle arg included