log() and pi

Posted By: JoGa

log() and pi - 04/07/12 12:30

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²
}

Posted By: MasterQ32

Re: log() and pi - 04/07/12 12:36

also the given example function won't work because gamestudio doesn't like ä,ö,ü
© 2024 lite-C Forums