Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading