We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b0e8e commit 19185ebCopy full SHA for 19185eb
lib/math/analysis/derivative.egi
@@ -11,7 +11,6 @@
11
[,x 1]
12
[?symbol? 0]
13
; function expression
14
- [<func _ _ <join _ <cons ,x _>>> (user-refs f {x})]
15
[<func _ $argnames $args> (sum (map2 (lambda [$s $r] (* (user-refs f {(read s)}) (∂/∂ r x))) argnames args))]
16
; function application
17
[(,exp $g) (* (exp g) (∂/∂ g x))]
0 commit comments