mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-13 18:10:42 +01:00
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
|
a = integrate(0, pi, sinxdx)
|
||
|
b = integrate(0, pi, sinx dx)
|
||
|
c = integrate(0, pi, sinx, dx)
|
||
|
|
||
|
a = 2 and b = 2 and c = 2
|