InputField Rounding Problem
- To: mathgroup at smc.vnet.net
- Subject: [mg109426] InputField Rounding Problem
- From: Chris Degnen <degnen at cwgsy.net>
- Date: Tue, 27 Apr 2010 04:04:11 -0400 (EDT)
Hi. Any suggestions on how to stop the number type field below displaying input as 69.5999999...? Thanks InputField[Dynamic[x], ImageSize -> {100, 20}, ContinuousAction -> True] x = 69.6 InputField[Dynamic[y], Number, ImageSize -> {100, 20}, ContinuousAction -> True] y = 69.6