File: tget_structure_elements.reference

package info (click to toggle)
sollya 8.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,592 kB
  • sloc: ansic: 124,655; yacc: 7,543; lex: 2,440; makefile: 888; cpp: 77
file content (2 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (4)
1
2
Is the Sollya object { .a = 5, .b = exp(_x_), .c = { .d = 17, .e = sin(_x_) } } detected as a structure? Yes. It contains 3 elements, which are a -> 5, b -> exp(_x_), c -> { .d = 17, .e = sin(_x_) }, 
Is the Sollya object exp(_x_) is detected as a structure? No. It contains -1 elements, which are None