File: print_function.fee

package info (click to toggle)
feenox 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,068 kB
  • sloc: ansic: 28,856; sh: 7,201; makefile: 556; python: 554; xml: 500
file content (5 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (2)
1
2
3
4
5
FUNCTION f(x) = x^2
FUNCTION g(x,y) = x^2 + y^2

PRINT_FUNCTION f MIN 0 MAX 1 NSTEPS 10
PRINT_FUNCTION g x^2+y^2-g(x,y) MIN 0 0 MAX 1 1 NSTEPS 10 10