File: tget_free_variable_name.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 (4 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (4)
1
2
3
4
cos(_x_) + _x_ (variable name: _x_)
cos(_x_) + _x_ (with local name changed: ax_)
cos(foo) + foo (variable name: foo)
cos(foo) + foo (with local name changed: aoo)