<?php /* Standard Floating Point Notation */ $my_float = 5.1; /* Scientific Floating Point Notation of same number */ $my_float = .051e2; ?>