octave-maintainers
[Top][All Lists]
Advanced

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

Re: Make Check Fail Question


From: Mike Miller
Subject: Re: Make Check Fail Question
Date: Fri, 10 Jun 2016 19:53:23 -0700
User-agent: Mutt/1.6.0 (2016-04-01)

This is more suited to the maintainers list, fixed, please follow up
there.

On Fri, Jun 10, 2016 at 19:37:53 -0700, Thomas D. Dean wrote:
> 
> make check reports fail on realpow.m because the pow function in libm
> returns a value (much?) greater than eps.
> 
> where is the oveloaded '^' function defined?

You can start by looking in

  libinterp/corefcn/sparse-xpow.cc
  libinterp/corefcn/xpow.cc

for floating point types, and

  liboctave/util/oct-inttypes.cc

for the integer types.

You could also share with everyone which exact test failed, what the
arguments were, what the result was, and what it was supposed to be. And
which version of gcc and glibc you are using.

-- 
mike



reply via email to

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