tfwh-0.3.7.0
TFwH.Chap01.ExB
Synopsis
theta :: Double Source #
>>> import Data.Typeable >>> typeOf $ sin theta^2 Double >>> typeOf $ (sin theta)^2 Double
>>>
import Data.Typeable
typeOf $ sin theta^2
typeOf $ (sin theta)^2