<?php $x = new simplexmlelement('<xml><el>1.5</el></xml>'); $myl = 1.5; echo "Point spread: " . ($x->el * -1.0) . " and " . (float)$x->el . "\n";
You have javascript disabled. You will not be able to edit any code.