-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Clause 13Standard Clause 13: Input/output editingStandard Clause 13: Input/output editing
Description
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")
zoziha, klausler and awvwgk
Metadata
Metadata
Assignees
Labels
Clause 13Standard Clause 13: Input/output editingStandard Clause 13: Input/output editing