Programming Tips - How can I include math symbols in my program?
Date: 2013feb27
Q. How can I include math symbols in my program?
A. Use Unicode chracters from the math block:
http://www.fileformat.info/info/unicode/category/Sm/list.htm
These work in most languages now.