octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #65291] [octave forge] (mapping) degrees2dms p


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #65291] [octave forge] (mapping) degrees2dms produces incorrect results
Date: Sun, 11 Feb 2024 10:48:58 -0500 (EST)

Update of bug#65291 (group octave):

                  Status:                    None => Confirmed              
                 Release:                   8.4.0 => other                  
                 Summary: Pkg mapping: degrees2dms => [octave forge] (mapping)
degrees2dms produces incorrect results

    _______________________________________________________

Follow-up Comment #1:

checking in matlab 2023b: 


>> degrees2dms(1.2)

ans =

    1.0000   11.0000   60.0000

>> ans - [1 11 60]

ans =

   1.0e-12 *

         0         0   -0.2132


vs octave (9.0.91), mapping 1.4.2 (which loads matgeom 1.2.3 and geometry
4.0.0):


>> degrees2dms(1.2)
ans =

    1   11    0

਀
>> ans - [1 11 0]
ans =

   0   0   0


marking as confirmed, cc'ing pkg maintainer.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65291>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]