mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-08-04 13:22:17 +02: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 |