Your IP : 216.73.216.48


Current Path : /srv/www/vlevski/g2s/l/
Upload File :
Current File : //srv/www/vlevski/g2s/l/index.php

<!DOCTYPE html>
<html>
	<head>
		<title>Equation</title>
		<style>
			body
			{
				background-color: #112233;
			}
		</style>
	</head>
	<body>
		<?php
			include("./pl.php");
			print(texify('\left\frac{2}{\sqrt[3]{x^{2}+5x+7}}'));
			//print(texify('\frac{{1}}{2}'));
		?>
	</body>
</html>