<?php $dist = sin(deg2rad(45.9007)) * sin(deg2rad(45.9007)) + cos(deg2rad(45.9007)) * cos(deg2rad(45.9007)); var_dump( $dist, acos($dist) );
You have javascript disabled. You will not be able to edit any code.