Skip to content

Commit

Permalink
Add complex number data type in Python
Browse files Browse the repository at this point in the history
Closes #102
  • Loading branch information
rajgoesout committed Feb 18, 2019
1 parent 9b62d85 commit 411f183
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/DataType/complex_python.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
keyword: 'complex'
integer-min: 'uncertain'
integer-max: 'uncertain'
integer-signed: true
1 change: 1 addition & 0 deletions data/Language/Python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ datatypes:
- int_python
- float_python
- none_python
- complex_python

0 comments on commit 411f183

Please sign in to comment.