Created
April 6, 2012 16:57
-
-
Save BlueSkyDetector/2321312 to your computer and use it in GitHub Desktop.
cint interactive shell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ root | |
******************************************* | |
* * | |
* W E L C O M E to R O O T * | |
* * | |
* Version 5.32/01 29 February 2012 * | |
* * | |
* You are welcome to visit our Web site * | |
* http://root.cern.ch * | |
* * | |
******************************************* | |
ROOT 5.32/01 (tags/v5-32-01@43181, Feb 29 2012, 16:46:43 on linuxx8664gcc) | |
CINT/ROOT C/C++ Interpreter version 5.18.00, July 2, 2010 | |
Type ? for help. Commands must be C++ statements. | |
Enclose multiple statements between { }. | |
root [0] #include <ma | |
malloc.h | |
math.h | |
root [0] #include <math.h> | |
root [1] s | |
string | |
string::iterator | |
streamoff | |
stdout | |
stderr | |
stdin | |
scientific | |
showbase | |
showpoint | |
showpos | |
skipws | |
snprintf | |
strlcpy | |
strlcat | |
strtok | |
swap | |
scientific | |
skipws | |
showpos | |
showpoint | |
showbase | |
setbuf | |
setlocale | |
setvbuf | |
sin | |
sinh | |
sqrt | |
srand | |
strcat | |
strchr | |
strcmp | |
strcoll | |
strcpy | |
strcspn | |
strerror | |
strftime | |
strlen | |
strncat | |
strncmp | |
strncpy | |
strpbrk | |
strrchr | |
strspn | |
strstr | |
strtod | |
strtok | |
strtol | |
strtoul | |
strxfrm | |
system | |
root [1] sqrt(7) | |
(double)2.64575131106459072e+00 | |
root [2] exit() | |
(const int)0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment