Class JXG.Math.Poly.Monomial
 
      ↳ JXG.Math.Poly.Monomial
				
				
					
Defined in:  poly.js.
				
                
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
							 
								JXG.Math.Poly.Monomial(ring, coefficient, exponents)
							 
							Define a monomial over the polynomial ring ring. 
						 | 
					
| Method Attributes | Method Name and Description | 
|---|---|
| <static> | 
								 JXG.Math.Poly.Monomial.copy()
								 
								Creates a deep copy of the monomial. 
							 | 
						
| <static> | 
								 JXG.Math.Poly.Monomial.print()
								 
								Print the monomial. 
							 | 
						
					Class Detail
				
				
						JXG.Math.Poly.Monomial(ring, coefficient, exponents)
				
				
					Define a monomial over the polynomial ring ring.
					
				
					
						- Parameters:
 - {JXG.Math.Poly.Ring} ring
 - {Number} coefficient
 - {Array} exponents
 - An array of exponents, corresponding to ring
 
					Method Detail
				
				
					 
					<static> 
					{JXG.Math.Poly.Monomial}
					JXG.Math.Poly.Monomial.copy()
					
					
						Creates a deep copy of the monomial.
						
						
					
						
						
						
						
						
							- Returns:
 - {JXG.Math.Poly.Monomial}
 
<static> 
					{String}
					JXG.Math.Poly.Monomial.print()
					
					
						Print the monomial.
						
						
					
						
						
						
						
						
							- Returns:
 - {String} String representation of the monomial