Skip to content

Commit f98a715

Browse files
committed
Add TRANSPOSE
1 parent 38d10da commit f98a715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/sbasic_ref.csv

+1
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ Math,function,SUM,764,"SUM (...)","Sum of value."
247247
Math,function,SUMSQ,765,"SUMSQ (...)","Sum of square value."
248248
Math,function,TAN,766,"TAN (x)","Tangent."
249249
Math,function,TANH,767,"TANH (x)","Tangent."
250+
Math,function,TRANSPOSE,1802,"TRANSPOSE (x)","Transpose of a vector or a 2D matrix"
250251
String,command,JOIN,545,"JOIN words(), delimiters, string","Returns the words of the specified string into array 'words'."
251252
String,command,SINPUT,768,"SINPUT src; var [, delim] [,var [, delim]] ...","Splits the string 'src' into variables which are separated by delimiters."
252253
String,command,SPLIT,769,"SPLIT string, delimiters, words() [, pairs] [USE expr]","Returns the words of the specified string into array 'words'."

0 commit comments

Comments
 (0)