File: tdecompose_libraryfunction.reference

package info (click to toggle)
sollya 7.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 13,864 kB
  • sloc: ansic: 117,441; yacc: 8,822; lex: 2,419; makefile: 870; cpp: 76
file content (6 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
Decomposing (diff(myownlog))(cos(_x_ + 1)) gives deriv=1 and the sub-object cos(_x_ + 1).
(diff(myownlog))(cos(_x_ + 1)) == (diff(myownlog))(cos(_x_ + 1)) gives true (expecting true)
Decomposing (diff(diff(foo)))(exp(_x_)) gives deriv=2 and the sub-object exp(_x_).
(diff(diff(foo)))(exp(_x_)) == (diff(diff(foo)))(exp(_x_)) gives true (expecting true)
Decomposing (diff(diff(bar)))(log(_x_)) gives deriv=2 and the sub-object log(_x_).
(diff(diff(bar)))(log(_x_)) == (diff(diff(bar)))(log(_x_)) gives true (expecting true)