コンテンツにスキップ

複素数型

出典: フリー百科事典『ウィキペディア(Wikipedia)』

: complex data type1

[]


2+, -, *, /0

FPU

[]


FORTRAN  COMPLEX 

CC99  <complex.h> 

C++ complex  <complex> 

Go complex64 (32)  complex128 (64) 

Perl  Math::Complex 

Python  complex  j cmath  [1]

Ruby  complex  Complex 

OCaml  Complex 

Haskell  Data.Complex ( Complex) 

Java Apache Commons Math  Complex 

Common Lisp: ANSI  -1 
 ? (sqrt -1)
#C(0 1)            ; the result of (sqrt -1)

Scheme:  (: sin)  R5RS R6RS 

.NET Framework  4.0  System.Numerics.Complex 

Swift  Swift NumericsComplexModule

[]


COMPLEX  FORTRAN IV[2]

[]

  1. ^ Python v2.6.5 documentation
  2. ^ A guide to Fortran IV programming Daniel D. McCracken - 1972 - 288 pages. "The capability provided by Fortran complex operations is a great savings in programming effort in certain problems. "