mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 03:33:50 +01:00
5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
|
19
|
||
|
sum(lazy function : (_1) --> (((2 * _1) + 1) + _2))
|
||
|
(_2 + (2 * sum(lazy function : (_1) --> (((2 * _1) + 1) + _2))))
|
||
|
38
|