#include "litscene.h"
#include "random.h"
#include <math.h>
#include <limits>
#include <fstream>
Functions | |
ostream & | operator<< (ostream &s, LitScene scene) |
istream & | operator>> (istream &s, LitScene &scene) |
static float | power (float x, int n) |
ostream& operator<< | ( | ostream & | s, | |
LitScene | scene | |||
) |
istream& operator>> | ( | istream & | s, | |
LitScene & | scene | |||
) |
static float power | ( | float | x, | |
int | n | |||
) | [static] |