Skip to content

Add complex number Descriptor #212

Open
@Euler-37

Description

@Euler-37

add descriptor to dispay format complex data
(1) format(CF10.4) <-format("(",F10.4,",",F10.4,")")
(2) format(CES12.5) <-format("(",ES12.5,",",ES12.5,")")
(3) Experimental , add python like format
format(ZF10.4) <- format(F10.4,"+",F10.4,"j")
format(ZES12.5) <-format(ES12.5,"+",ES12.5,"j")

Metadata

Metadata

Assignees

No one assigned

    Labels

    Clause 13Standard Clause 13: Input/output editing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions