mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Use full name of function to match help file
This commit is contained in:
@@ -2,7 +2,7 @@ NAME
|
||||
matfill - fill a matrix with specified value or values
|
||||
|
||||
SYNOPSIS
|
||||
mat(m, x [, y])
|
||||
matfill(m, x [, y])
|
||||
|
||||
TYPES
|
||||
m matrix
|
||||
|
@@ -2,7 +2,7 @@ NAME
|
||||
mattrans - matrix transpose
|
||||
|
||||
SYNOPSIS
|
||||
matdim(m)
|
||||
mattrans(m)
|
||||
|
||||
TYPES
|
||||
m 2-dimensional matrix
|
||||
|
@@ -1,5 +1,5 @@
|
||||
NAME
|
||||
randbit - Blum-Blum-Shub pseudo-random number generator
|
||||
randombit - Blum-Blum-Shub pseudo-random number generator
|
||||
|
||||
SYNOPSIS
|
||||
randombit([x])
|
||||
|
Reference in New Issue
Block a user