4ba097a141
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
9 lines
233 B
Text
9 lines
233 B
Text
Set: pp::colors
|
||
Set: pp::unicode
|
||
Imported 'specialfn'
|
||
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)
|