9 lines
210 B
Text
9 lines
210 B
Text
|
Set: pp::colors
|
|||
|
Set: pp::unicode
|
|||
|
Defined: f
|
|||
|
Defined: g
|
|||
|
Defined: h
|
|||
|
Definition f (x y : ℕ) : ℕ := x + y
|
|||
|
Definition g (x y : ℝ) : ℝ := sin x + y
|
|||
|
Definition h (x y : ℝ) : ℝ := x * sin (x + y)
|