To illustrate this, I'm going to write down a fairly simple thought in three ways. One is as close as I can approximate my actual thought processes in writing. Another is as close as I can approximate in English. The third is the way I would usually write it.
And if anyone can help me figure out why the formatting keeps getting shot to Hell, it would be greatly appreciated.
Way One
fisherman.OnCatch(tuna)
{
{
int tuna.centVal = val(tuna, fresh);
while(tuna.sold != 0)
{
wait(about one minute);
tuna.centVal *= (1 - percentLoss);
}
}
Way Two
The value of a caught tuna approaches zero with the passage of time, following a progression that approximates a hyperbola (the limit of the value as the time from catch approaches infinity being zero) that is implemented starting the moment it is caught and compounded approximately every minute.
Way Three
The value of a tuna decreases for every minute that passes between when the fisherman catches it and when he sells it.
No comments:
Post a Comment