We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d10da commit f98a715Copy full SHA for f98a715
documentation/sbasic_ref.csv
@@ -247,6 +247,7 @@ Math,function,SUM,764,"SUM (...)","Sum of value."
247
Math,function,SUMSQ,765,"SUMSQ (...)","Sum of square value."
248
Math,function,TAN,766,"TAN (x)","Tangent."
249
Math,function,TANH,767,"TANH (x)","Tangent."
250
+Math,function,TRANSPOSE,1802,"TRANSPOSE (x)","Transpose of a vector or a 2D matrix"
251
String,command,JOIN,545,"JOIN words(), delimiters, string","Returns the words of the specified string into array 'words'."
252
String,command,SINPUT,768,"SINPUT src; var [, delim] [,var [, delim]] ...","Splits the string 'src' into variables which are separated by delimiters."
253
String,command,SPLIT,769,"SPLIT string, delimiters, words() [, pairs] [USE expr]","Returns the words of the specified string into array 'words'."
0 commit comments