Skip to content

Commit e0848d1

Browse files
committed
updated readme
1 parent f735118 commit e0848d1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
-2 Bytes
Binary file not shown.

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ doc_NDT tech
7979
`z = iatan2(y,x)`\
8080
`z = iatan2d(y,x)`\
8181
`z = idot(x,y)`\
82-
`m = imax(x1,x2)`\
83-
`m = imin(x1,x2)`\
82+
`m = imax(x,y)`\
83+
`m = imin(x,y)`\
8484
`r = imod(a,n)`\
85-
`y = inorm(x)`
85+
`y = inorm(x)`\
86+
`r = irem(a,n)`

0 commit comments

Comments
 (0)