Difference between revisions of "Talk:2309: X"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(haXkell X is a X-based dialect of haskell)
Line 1: Line 1:
 
<!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.-->
 
<!--Please sign your posts with ~~~~ and don't delete this text. New comments should be added at the bottom.-->
 
id certainly use that language lol ----
 
id certainly use that language lol ----
 +
 +
<span style="font-family: 'Comic Sans MS';">X</span> :: Integral -> Integral<br/>
 +
<span style="font-family: 'Comic Sans MS';">X</span> 0 = 1<br/>
 +
<span style="font-family: 'Comic Sans MS';">X</span> X = X * <span style="font-family: 'Comic Sans MS';">X</span> (X-1) [[User:Capncanuck|Capncanuck]] ([[User talk:Capncanuck|talk]]) 02:35, 21 May 2020 (UTC)

Revision as of 02:35, 21 May 2020

id certainly use that language lol ----

X :: Integral -> Integral
X 0 = 1
X X = X * X (X-1) Capncanuck (talk) 02:35, 21 May 2020 (UTC)