Complex
Constructors
Types
Functions
Properties
Extensions
Link copied to clipboard
Subtracts real number from complex one.
open operator fun Complex.minus(arg: StructureND<Complex>): StructureND<Complex>
Content copied to clipboard
Link copied to clipboard
Adds real number to complex one.
open operator fun Complex.plus(arg: StructureND<Complex>): StructureND<Complex>
Content copied to clipboard
Link copied to clipboard
This complex's reciprocal.
Link copied to clipboard
Creates a quaternion with w
-component equal to re
-component of given complex and x
-component equal to im
-component of given complex.
Link copied to clipboard