21 lines
434 B
HTML
21 lines
434 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>Str_S$ [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>function Str_S$(n) </h2></p>
|
|
<p>
|
|
Returns a number converted to a string in scientific notation
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="str.html">Str$</a>
|
|
<a href="str_f.html">Str_F$</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |