Hi

in the online manual there is a sheet with the function log(), but logv is missing.

And pi does not work? I used a var, definied by my own, but It would be nice, if pi works or would be removed from the manual:
Quote:

pi
This variable has the value of 3.14159265.
Range:
3.14159265

Type:
var, read-only
Example:

var radius;
function fläche_kreis(radius)
{
return(radius * radius * pi); // pi * r²
}


Last edited by JoGa; 04/07/12 12:33.