Friday, March 28, 2008
Saturday, March 8, 2008
Unit Circle Clock
This will make me millions!
Just add hour and minute hands. What time is it? Oh damn it's three pi over two already?
Just add hour and minute hands. What time is it? Oh damn it's three pi over two already?
It's summer here
In southern california and especially in the town i'm living in there are two seasons: summer and the two weeks in december when it rains. The weather is back to summer now and to celebrate this i drove around today with the windows down listening to Vampire Weekend. Check it out, yo. It's my CD for the remaining months until the fall semester begins, then i'll switch to something more academic sounding. You know, the type of music that allows you to justify the fact that you're spending weeks holed up in your apartment studying.
Tuesday, March 4, 2008
Teh Area of ne Triangle
public double TheArea()
{
Semipermeter = ((SideA+SideB+SideC)/2);
return TriangleArea = Math.sqrt(Semipermeter*((Semipermeter - SideA)*
(Semipermeter - SideB)*(Semipermeter - SideC)));
}
{
Semipermeter = ((SideA+SideB+SideC)/2);
return TriangleArea = Math.sqrt(Semipermeter*((Semipermeter - SideA)*
(Semipermeter - SideB)*(Semipermeter - SideC)));
}
Subscribe to:
Posts (Atom)