For The Record - java style
Mar. 23rd, 2008
08:58 pm - java style
energyContainedInObject == massOfTheObject * (speedOfLight ** 2)
energyOfQuant == planckConstant * frequencyOfQuant
gravitationalForce == gravitationalConstant * massOfFirstObject * massOfSecondObject / (distanceBetweenTwoObjects ** 2)
lengthOfDiagonal ** 2 == lengthOfFirstSide ** 2 + lengthOfSecondSide ** 2
(What I want to say: style rules are shit)

I rather like it
object.energy == object.mass * (speed_of_light ** 2);
grav_force == gravitational_const * object1.mass * object2.mass / (object1.distanceFrom(object2) ** 2);
Consider using this and other within methods, and omitting this.
Note also how hard is to understand what is h_stroke or C out of [a very thick] context.