Halp
Name:
HPJ
2007-06-07 10:03
ID:nMlhwBm5
my math skills are fucking rusty
want an equation that has an input in the range 0-2, but the out put is
in out
0 100
1 30
2 1
its obviously some log or 1/x function, but like i said, rusty.
Name:
Anonymous
2007-06-07 10:05
ID:Zkb3Ngt6
yourHomework :: Int -> Int
yourHomework 0 = 100
yourHomework 1 = 30
yourHomework 2 = 1
Name:
Anonymous
2007-06-07 10:16
ID:+xMjxN1K
y = 20.5*x*x - 90.5*x + 100
Name:
Anonymous
2007-06-07 10:19
ID:jMQXumdh
out = [100,30,1][in]
Name:
Anonymous
2007-06-07 10:27
ID:9RxmUEXS
/ 100 if x = 0
f(x) = { 30 if x = 1
\ 1 if x = 2
Name:
HPJ
2007-06-07 10:33
ID:nMlhwBm5
>>3
good job anon. simpler than i expected
Name:
Anonymous
2007-06-07 12:31
ID:BV7O3InV
Name:
Anonymous
2007-06-07 12:58
ID:jMQXumdh
>>6
-8/3 * x^3 + 28.5 * x^2 - 575/6 * x
Name:
Anonymous
2007-06-07 13:04
ID:9Z3nKW0b
>>2
Not EXPERT PROGRAMMER enough!
yourHomework :: Num b => Int -> b
yourHomework = (!!) [100, 30, 1]
Name:
Anonymous
2007-06-07 13:55
ID:ICsvb2V2
>>8
f(x) = -1010/69x^4 + 4675/46x^3 - 12553/69x^2 + 1147/46x + 100
Remember kids, the higher the degree of your polynomial, the bigger your penis!
Name:
Anonymous
2009-03-06 9:47
The exact location of frames in a b high max.
Name:
Anonymous
2009-08-16 23:09
Lain.
Name:
Anonymous
2010-11-15 7:59