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

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

[Octave-bug-tracker] [bug #64726] Current betainc function has a minor (


From: Michele Ginesi
Subject: [Octave-bug-tracker] [bug #64726] Current betainc function has a minor (more cosmetic) bug
Date: Fri, 29 Sep 2023 05:19:16 -0400 (EDT)

Follow-up Comment #4, bug #64726 (project octave):

But other (even non-special) functions give a double when the input is an
integer, even if the result is an integer itself


> x = int8(0);
> y = sin(x);
> z = cos(x);
> whos
Variables visible from the current scope:

variables in scope: top scope

  Attr   Name        Size                     Bytes  Class
  ====   ====        ====                     =====  ===== 
         x           1x1                          1  int8
         y           1x1                          8  double
         z           1x1                          8  double

Total is 3 elements using 17 bytes




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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