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
|
matfill - fill a matrix with specified value or values
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
mat(m, x [, y])
|
matfill(m, x [, y])
|
||||||
|
|
||||||
TYPES
|
TYPES
|
||||||
m matrix
|
m matrix
|
||||||
|
@@ -2,7 +2,7 @@ NAME
|
|||||||
mattrans - matrix transpose
|
mattrans - matrix transpose
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
matdim(m)
|
mattrans(m)
|
||||||
|
|
||||||
TYPES
|
TYPES
|
||||||
m 2-dimensional matrix
|
m 2-dimensional matrix
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
NAME
|
NAME
|
||||||
randbit - Blum-Blum-Shub pseudo-random number generator
|
randombit - Blum-Blum-Shub pseudo-random number generator
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
randombit([x])
|
randombit([x])
|
||||||
|
Reference in New Issue
Block a user