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

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

[Octave-bug-tracker] [bug #61672] printf does not print complex


From: anonymous
Subject: [Octave-bug-tracker] [bug #61672] printf does not print complex
Date: Tue, 14 Dec 2021 11:47:02 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0

URL:
  <https://savannah.gnu.org/bugs/?61672>

                 Summary: printf does not print complex
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 14 Dec 2021 04:47:00 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.4.0
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This command

```
   printf ("%f\n", sqrt(10))
```

prints  3.162278 but this command

```
    printf ("%f\n", sqrt(-10))
```

prints only 0.000000 and not anything indicating the value is complex.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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