File: tget_list_elements.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-- 320 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
Success on [| |] (n=0 and end_ell=0).
Success on [|2|] (n=1 and end_ell=0). 2
Success on [|2, sin(_x_), double|] (n=3 and end_ell=0). 2 sin(_x_) double
Success on [|2...|] (n=1 and end_ell=1). 2
Success on [|2, sin(_x_), double...|] (n=3 and end_ell=1). 2 sin(_x_) double
Failure on double (n=-1, end_ell=-1, ptr=NULL).