	 Q :   W h y   t h e r e   i s n ' t   a   f c t o r i a l   b u t t o n ? 
 
 	 A :   Y o u   c a n   u s e   t h e   ' f a c '   f u n c t i o n   f o r   f a c t o r i a l .   I t   i s   t o   s a y : 
 
 	 	 f a c ( n )   =   n ! 
 
 	 	 
 
 	 Q :   H o w   c a n   I   i n p u t   n u m b e r s   i n   s c i e n t i f i c   n o t a t i o n ? 
 
 	 A :   Y o u   c a n   u s e   ' e '   t o   i n p u t   n u m b e r s   i n   s c i e n t i f i c   n o t a t i o n . 
 
 	 	 E x :   3 . 2 e 5   =   3 . 2 * 1 0 ^ 5 
 
 	 	 	 3 . 2 e - 5   =   3 . 2 * 1 0 ^ ( - 5 ) 
 
 	 	 	 
 
 	 Q :   H o w   c a n   I   c h a n g e   e q u a t i o n ' s   c o l o r ? 
 
 	 A :   Y o u   c a n   c h a n g e   e q u a t i o n ' s   c o l o r   i n   t w o   w a y s : 
 
 	 	 %  C l i c k   t h e   ' c o l o r '   b u t t o n   w h e n   y o u   a r e   e d i t t i n g   a n   e q u a t i o n 
 
 	 	 %  C l i c k   t h e   l e f t   c o l o r   b u t t o n   i n   t h e   e q u a t i o n s   p a g e 
 
 	 
 
 	 Q :   H o w   c a n   I   u s e   t h e   ' r a n d '   f u n c t i o n ? 
 
 	 A :   T h e   ' r a n d '   f u n c t i o n   n e e d s   a n   a r g u m e n t ,   t h e   v a l u e   o f   f u n c t i o n   d e p e n d s   o n   t h e   a r g u m e n t   y o u   i n p u t . 
 
 	 	 f a c ( n )   i s   d e f i n e d   a s   b e l o w : 
 
 	 	 %  n   =   1 ,   f a c ( n )   r e t u r n s   a   r a n d o m   v a l u e   b e l o n g s   t o   [ 0 ,   1 ) 
 
 	 	 %  n   =   - 1 ,   f a c ( n )   r e t u r n s   a   r a n d o m   v a l u e   b e l o n g s   t o   ( - 1 ,   0 ] 
 
 	 	 %  - 1   <   n   <   1 ,   f a c ( n )   r e t u r n s   a   r a n d o m   v a l u e   b e l o n g s   t o   [ 0 ,   a b s ( n ) - f p a r t ( n ) ) 
 
 	 	 
 
 	 Q :   H o w   c a n   I   r e s e t   p l o t ' s   c a n v a s ? 
 
 	 A :   Y o u   c a n   d o u b l e   t a p   t h e   s c r e e n ( w h e n   n o t   i n   ' t r a c e '   m o d e )   o r   s h a k e   y o u r   d e v i c e   t o   r e s e t   t h e   c a n v a s . 
 
 	 
 
 	 Q :   W h e r e   c a n   I   f i n d   t h e   s c r e e n s h o t s   I   h a v e   s a v e d ? 
 
 	 A :   Y o u   c a n   f i n d   t h e m   i n   p i c t u r e s   - >   a l b u m s   - >   S a v e d   P i c t u r e s . 
 
 	 
 
 	 Q :   W h y   t h e   a n s w e r   o f   t h e   s a m e   e x p r e s s i o n   i s   d i f f e r e n t   i n   h i s t o r y   l i s t b o x ? 
 
 	 A :   S i n c e   y o u   m a y   e v a l u a t e   t h e   s a m e   e x p r e s s i o n   i n   t w o   ' A n g l e   U n i t ' ,   s o   y o u   w o u l d   s e e   t w o   s a m e   e x p r e s s i o n   w i t h   d i f f e r e n t   a n s w e r s 
 
 	 	 F o r   e x a m p l e : 
 
 	 	 I n   ' D E G '   :   2 * s i n ( 9 0 ) = 2 
 
 	 	 I n   ' R A D '   :   2 * s i n ( 9 0 ) = 1 . 7 8 7 9 9 3 3 2 7 2 0 1 1 2 