add example of complex interpolation

This commit is contained in:
Bogumił Kamiński 2022-04-12 11:21:05 +02:00
parent 92bc663a1d
commit f3a74252a7

View File

@ -16,6 +16,8 @@ Downloads.download("https://raw.githubusercontent.com/" *
x = 10 x = 10
"I have $x apples" "I have $x apples"
"I have $(2 * x) apples"
"I have \$100." "I have \$100."
"I have $100." "I have $100."