From 624fa72c702d447b346fe5167b0ea38607a9fe0b Mon Sep 17 00:00:00 2001 From: Luc Patiny Date: Mon, 20 Jul 2026 22:20:38 +0200 Subject: [PATCH] fix: correct README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1508fbe3..b1dfc20ff 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ They are sorted in various categories: - xyObject: functions that apply on an array of point `[{x,y}]` - xreim: functions that apply on an object `{x: [], re:[], im:[]}` - reim: functions that apply on an object `{re: [], im:[]}` -- zone: functions that apply on a zone `{from,to}` +- reimArray: functions that apply on an array of objects `{re: [], im:[]}` +- reimMatrix: functions that apply on an object of matrices `{re, im}` - zones: functions that apply on an array of zone `[{from,to}]` The name of the functions start with the first argument on which they apply.