name the classes that are introduced in the


Name the classes that are introduced in the System.Numerics namespace.

The following two new classes are introduced in the System.Numerics namespace:

 BigInteger - Refers to a non-primitive integral type, which is used to grasp a value of any size. It has no lower and upper limit, making it possible for you to perform arithmetic calculations with very huge numbers, even with the numbers which cannot hold by double or long.

Complex - Shows complex numbers and enables dissimilar arithmetic operations with complex numbers. A number shown in the form a + bi, where a is the real part, and b is the imaginary part, is a complex number.

 

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: name the classes that are introduced in the
Reference No:- TGS0310679

Expected delivery within 24 Hours