2013-12-24 05:24:50 +00:00
|
|
|
|
Set: pp::colors
|
|
|
|
|
Set: pp::unicode
|
2013-12-30 19:25:43 +00:00
|
|
|
|
Imported 'specialfn'
|
2013-12-24 05:24:50 +00:00
|
|
|
|
Defined: f
|
|
|
|
|
Defined: g
|
|
|
|
|
Defined: h
|
2014-01-05 20:05:08 +00:00
|
|
|
|
definition f (x y : ℕ) : ℕ := x + y
|
|
|
|
|
definition g (x y : ℝ) : ℝ := sin x + y
|
|
|
|
|
definition h (x y : ℝ) : ℝ := x * sin (x + y)
|