Join us on Discord!
You can help CodeWalrus stay online by donating here.
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Snektron

#16
The only thing i dont get is how you actually print the value, or does (x)() work on bcalls? Other than that you might be able to compress it with smc
#17
I'm having vietnam flashbacks to that one javascript program that did the same.
Is that all on the same line btw?
#18
Non euclidean, but yes
#19
PC, Mac & Vintage Computers / Re: Programming Ideas
March 25, 2017, 02:47:46 PM
I don't know if you can at the moment, what with the 2048 bit rsa key and all. Not sure if that only applies to apps though.
#20
On a sidenote, there exists an algoritm that can eliminate a lot of work when multiplying two big numbers. It has something to do with divide and conquer.
#21
I made a nice raycaster a while back: https://github.com/QuantumInfinity/AntiCaster It needs some updating though, since i could optimize out a square root.
Also i should change to a better build system than eclipse project builder... IF i ever get around to it. Anyway maybe you could learn something from the source, though its probably quite complicated and
not very well commented (read: not at all).
#22
Randomness / Re: Forum Game: Counter!
March 23, 2017, 09:14:17 PM
Hang on, what happens if you don't post anything related to your posts number? (Also: you broke your own rules by posting more than twice this week ;))
#23
Quote from: c4ooo on March 21, 2017, 10:51:29 PM
Quote from: Snektron on March 21, 2017, 08:08:29 PM
Nice! In what language are you writing this? And do you have an indication of the speed?
regarding trig, you can find various articles on the internet, mostly they're an approximation with exponents (If you want to derive them
yourself, you'll need to use taylor polynomals ;)).
For exponents you'll only need to impelemnt ln(x) and e^(x), since you can rewrite any log(x, y) and x^y to a form using ln and e^(x). Good luck ;)
I don't have addition/division, but my guess is that it will be fine. Basically, it will always take longer for you to type the number then for the program to compute :3
Also, why would i need ln(x) if its just log(x)/log(e) :P ? As a start, i will only have base 10 log. BTW, how do i rewrite x^y as e^(x) ???

Because there is more information on how to implement ln(x) ;)

To rewrite x^y as a power of e you would use the fact x = e^ln(x)
x^y = (e^ln(x))^y = e^(y*ln(x)).
#24
Randomness / Re: Forum Game: Counter!
March 23, 2017, 08:51:57 PM
Well it didn't take long for you guys to lose track of the count.
Also i am 10 because i have a 10 inch c
#25
Nice! In what language are you writing this? And do you have an indication of the speed?
regarding trig, you can find various articles on the internet, mostly they're an approximation with exponents (If you want to derive them
yourself, you'll need to use taylor polynomals ;)).
For exponents you'll only need to impelemnt ln(x) and e^(x), since you can rewrite any log(x, y) and x^y to a form using ln and e^(x). Good luck ;)
#26
I thought konami was doomed since they stopped making that silent hill game.
#27
Really cool! I wonder if someday there'll be a 3D plotter that uses this. It seems the perfect base.
#28
When i designed that CSE font i made a quick custom editor for it since the font format in the CSE is really weird.
I dont know if its the same on the CE, and i also dont know if i still have the source for that editor.
#29
Hardware / Re: RPN-Calculator
February 27, 2017, 09:52:13 PM
Cool! Will you also add graphing functionality?
#30
Quote from: E37 on February 20, 2017, 05:58:05 PM
Quote from: DJ Omnimaga on February 20, 2017, 05:54:40 PM
Ah I didn't know that pageswap existed for Axe. The DrDnar utility (I think) basically used both a 8xp and an app
That is RunPrgm.
https://www.omnimaga.org/the-axe-parser-project/(axiom)-run-(unarchived)-external-assembly-programs/
It has its own special uses besides running programs. The other things it can do are REALLY awesome in some special cases.

You didn't even link my runprgm axiom :(
Powered by EzPortal