First-class functions: Difference between revisions

Content deleted Content added
Line 731: Line 731:
=={{header|Ceylon}}==
=={{header|Ceylon}}==
{{works with|Ceylon 1.2.1}}
{{works with|Ceylon 1.2.1}}
First, you need to import the numeric module in you module.ceylon file to get the math functions
First, you need to import the numeric module in you module.ceylon file
<lang ceylon>module rosetta "1.0.0" {
<lang ceylon>module rosetta "1.0.0" {
import ceylon.numeric "1.2.1";
import ceylon.numeric "1.2.1";