
The "real" means "real number" in contrast to e.g. complex number (which would make the question just more anoying

Code: Select all
n
a x
Code: Select all
f(x) = 3 + x^2 + 3x^3 + 83x^4
Code: Select all
mov al,0
out 43h,al
in al,40h
mov ah,al
in al,40h
It wouldn't be random. If you asked for a series of random numbers you get a linearly ascending function, which is quite predictable.inflater wrote:If you want to get random 16-bit number, you can use this:Code: Select all
mov al,0 out 43h,al in al,40h mov ah,al in al,40h
Good one for everybody who has an AM receiver in their computers. Not standard issue thoughbinutils wrote:noise -> computer
Of course I did tooJamesM wrote:Errrr, I studied polynomials when I was 14 (at school)...
I really like the mathematical\theoretical side of computer science. I'm currently looking into boolean algebra a bit, along with some linear algebra.inflater wrote:Of course I did tooJamesM wrote:Errrr, I studied polynomials when I was 14 (at school)...But when I see some big equations I always say "that must be hard"... even if it isn't