view .dir-locals.el @ 29816:f54cfd60725e

Fix mpower for additional cases where negative scalar base is used (bug #60786). * xpow.cc (xpow (double, ComplexMatrix), xpow (float, FloatComplexMatrix)): Check for base < 0.0 and if found use std::pow with std::complex first argument so that math library chooses a different template for function which can handle negative bases.
author Rik <rik@octave.org>
date Thu, 24 Jun 2021 13:51:52 -0700
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))