It's the other way around:

$ print 3 + "5.2"

should be 8.2

and

print 3 * "5.2"

should be

15.6

That's a bug.

Hmm. I see there is an inconsistency there...

>
> $ print 3 + "5.2"
> 8
> $ print 3-"5.2"
> -2.1999998
> $ print 3*"5.2"
> 15
> $ print 3/"5.2"
> 0.5769231
>
> I think the - and / there are bugs.
>
>
>
-- 
Robert M. Hanson
Larson-Anderson Professor of Chemistry
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to