Xref: utzoo comp.os.os9:696 comp.sys.m6809:1165 Path: utzoo!utgpu!watserv1!watmath!att!rutgers!cmcl2!esquire!wynkoop From: wynkoop@esquire.UUCP (Brett Wynkoop) Newsgroups: comp.os.os9,comp.sys.m6809 Subject: basic09 calculations Keywords: scientific calculations and problems Message-ID: <1692@esquire.UUCP> Date: 25 Dec 89 23:09:26 GMT Organization: DP&W, New York, NY Lines: 17 Greeting- Why does the following line of code yeild the wrong answer under basic09? It works fine under microsoft basic on my model 102, and ECB on my coco. It even works fine on my hp67. Help! distance =60*(acs((sin(lat1)*sin(lat2))+(cos(lat1)*cos(lat2)*cos(dlong)))) By the way everything is dimed as real. -Brett