|
From: Daniel B. <dbo...@gm...> - 2018-02-23 16:59:57
|
Not sure you need to "store" anything - I would assume and hope that simply using the exponentation operator ** would result in f2() being evaluated only once and then squared. So f2(x) ** 2 |