has anyone had problems with multiplying two numbers like: 36.80 * 11 using .jsp i get the output as being 404.799999999999995 here is my jsp file: <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1"> <TITLE>test</TITLE> </HEAD> <BODY> <P>36.80 * 11 is: <Java> out.print(36.80 * 11); </Java> </BODY> </HTML> ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
