P-value correction: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
Rename Perl 6 -> Raku, alphabetize, minor clean-up
PureFox (talk | contribs)
→‎Version 2: Changed reference to Perl 6 to Raku.
Line 692: Line 692:
{{works with|C89}}
{{works with|C89}}
{{trans|Kotlin}}
{{trans|Kotlin}}
To avoid licensing issues, this version is a translation of the Kotlin entry (Version 2) which is itself a partial translation of the Perl 6 entry. If using gcc, you need to link to the math library (-lm).
To avoid licensing issues, this version is a translation of the Kotlin entry (Version 2) which is itself a partial translation of the Raku entry. If using gcc, you need to link to the math library (-lm).
<lang C>#include <stdio.h>
<lang C>#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>