mirror of
https://github.com/triqs/dft_tools
synced 2025-01-13 14:29:01 +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
|