diff doc/interpreter/expr.txi @ 27257:7f5008aec7a1 stable

doc: Add function index entry for alias "inverse" bug #56629). * inv.cc (Finv): Add @deftypefnx entry for "inverse". Add note to documentation explaining that "inverse" is alias for "inv" * expr.txi, invhilb.m: Use "inv" rather than "inverse" in @code examples.
author Rik <rik@octave.org>
date Mon, 15 Jul 2019 13:57:14 -0700
parents 00f796120a6d
children 6931d95d1967
line wrap: on
line diff
--- a/doc/interpreter/expr.txi	Sat Jul 13 13:06:16 2019 -0700
+++ b/doc/interpreter/expr.txi	Mon Jul 15 13:57:14 2019 -0700
@@ -714,7 +714,7 @@
 Right division.  This is conceptually equivalent to the expression
 
 @example
-(inverse (y') * x')'
+(inv (y') * x')'
 @end example
 
 @noindent
@@ -732,7 +732,7 @@
 Left division.  This is conceptually equivalent to the expression
 
 @example
-inverse (x) * y
+inv (x) * y
 @end example
 
 @noindent