05-19-2013, 01:47 AM 
	
	
	
		Yeah, c++ is easier for me too.
	
	
	
	
	
| 
				
				 
					Telescience help.
				 
			 | 
		
| 
	 
		
		
		05-19-2013, 01:47 AM 
	
	 
	
		Yeah, c++ is easier for me too.
	 
	
	
	
	
		
		
		05-20-2013, 06:25 AM 
	
	 
	
		I made a program on my TI-82 calculator, shits fun, man
	 
	
	
	
	
		
		
		05-20-2013, 06:37 AM 
	
	 
	Splatpope Wrote:I made a program on my TI-82 calculator, shits fun, manI wanted to do that, but I can't now that I've learned how to program in c++... like, the calculator program is so ungodly inelegant it hurts. 
		
		
		05-21-2013, 01:45 AM 
	
	 
	
		I don't wanna diss you, but optimized TI-Basic code is actually very elegant, aspecially if you replace IF statements with bitwise expressions 
	
	
	
	
Ofc, you're forced to use gotos and horrible while loops, but heck, thats the wonders of procedural programming  
	
		
		
		05-21-2013, 07:54 AM 
	
	 
	
		my problem with TI calculators 
	
	
	
	
none of them come with a declarative language (which would have a lot more practical uses in a calculator) 
		
		
		05-21-2013, 04:21 PM 
	
	 
	Splatpope Wrote:Ibitwise expressionsexplain to me how to calculator 
		
		
		06-22-2013, 09:56 AM 
	
	 
	
		Who needs a program or spreadsheet to solve first-degree polynomials, fuck. It's like year 8 maths
	 
	
	
	
	
		
		
		06-22-2013, 11:21 AM 
	
	 
	Infinite Monkeys Wrote:Who needs a program or spreadsheet to solve first-degree polynomials, fuck. It's like year 8 mathsOr if you're in America, 7th grade shit. 
		
		
		06-22-2013, 01:29 PM 
	
	 
	
		nerds   
	
	
	
	
 
	
		
		
		06-22-2013, 02:31 PM 
	
	 
	Infinite Monkeys Wrote:Who needs a program or spreadsheet to solve first-degree polynomials, fuck. It's like year 8 maths It's not about NEEDING the program... It's about making boring tedious busywork less so with the aid of programs. I mean, once you've figured out the process once you can make a program to automate it. And that's a reward of sorts for being innovative. 
		
		
		06-23-2013, 08:40 AM 
	
	 
	
		Math is 2hard4me  
	
	
	
	
![]() On the other hand, I'm a CS major, and I solve telescience math pretty much instantly in my head, so...  
	
		
		
		06-27-2013, 08:23 AM 
	
	 
	UrsulaMejor Wrote:Splatpope Wrote:Ibitwise expressionsexplain to me how to calculator if example : :if a < 25 :then :2 -> s bitwise exemple :  a<25)*2->ssaves a significant lot of processing time/RAM space on calculators  | 
| 
				
	 
					« Next Oldest | Next Newest »
				 
			 |