File: map-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 (2 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (2)
1
2
# define an algebraic function
f(x,y,z) = x + 2*y^2 + 3*z^3 + cos(x*y) + log(1+y*z)