On Wednesday, Jul 16, 2003, at 15:21 America/Guayaquil, Berin Loritsch wrote:
Stefano Mazzocchi wrote:
At the end, it might all be an accademic exercise that doesn't work IRL, I don't know. But in case it does, it would be a very different system that would provide cocoon with even more advantages over other solutions (or, at least, that's my goal).
thanks for taking the time to investigate more into this. very appreciated.
Speaking of accademic, anyone have a Java implementation of tanh(x)? The
java.lang.Math class only has tan(x) or atan(x), but no hyperbolic function.
tanh(x) = [ exp(x) - exp(-x) ] / [ exp(x) + exp(-x) ]
http://www.franz.com/support/documentation/6.2/ansicl/dictentr/ sinhcosh.htm
-- Stefano.