Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > alt.comp.lang.javascript > #67

Probability in javascript.

X-Received by 2002:a05:620a:1136:: with SMTP id p22mr1737621qkk.685.1644927420024; Tue, 15 Feb 2022 04:17:00 -0800 (PST)
X-Received by 2002:a25:cc97:: with SMTP id l145mr3456541ybf.502.1644927419830; Tue, 15 Feb 2022 04:16:59 -0800 (PST)
Path csiph.com!weretis.net!feeder8.news.weretis.net!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups alt.comp.lang.javascript
Date Tue, 15 Feb 2022 04:16:59 -0800 (PST)
Injection-Info google-groups.googlegroups.com; posting-host=193.40.120.146; posting-account=JEMYqwoAAADm_ixjLuCjmrPjjrta833N
NNTP-Posting-Host 193.40.120.146
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <7b4060fb-a8eb-4a27-b0c9-059f1609f919n@googlegroups.com> (permalink)
Subject Probability in javascript.
From Kristjan Robam <he6655442211@hotmail.com>
Injection-Date Tue, 15 Feb 2022 12:17:00 +0000
Content-Type text/plain; charset="UTF-8"
Lines 55
Xref csiph.com alt.comp.lang.javascript:67

Show key headers only | View raw


<head>
<style>
body, html {
padding: 0;
margin: 0;
height: 70vh;
width: 70vw;
}

.mya{
transform: rotate(-90deg);
height:45vh;
width:40vw;
position:absolute;
top:-10vh;
left: 0vw;

background-color:white;
}
</style>
</head>

<body id="body">
<div class="mya">


<div id="caption" class="msg">
<script>

var i=new Array();
function f1(a) {
if(a<2) return 1;
return a*f1(a-1);
}
function f2(a, a2) {
return f1(a)/(f1(a2)*f1(a-a2));
}

function f3(a3) {
for(var i2=0; i2<a3; i2++) {
document.write(".");
}
document.write("<fff style='margin-top: -15px; display: block;'/>");
}
var i3=92;
for(var i2=0; i2<i3; i2++) {
f3(f2(i3,i2)/8036458565248884679855535);
}

</script>
</div>


</div>

</body>

Back to alt.comp.lang.javascript | Previous | Next | Find similar


Thread

Probability in javascript. Kristjan Robam <he6655442211@hotmail.com> - 2022-02-15 04:16 -0800

csiph-web