Skip to content

Commit

Permalink
[update] support n,p,f,G,T,p for float datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
nevstop committed Mar 21, 2024
1 parent 85f8497 commit 0a4244a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file modified API-String-Arugments-Support/_Support/String To Float_csm.vi
Binary file not shown.
4 changes: 2 additions & 2 deletions CSM API String Arguments Support.vipb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-08-12 17:59:50" Modified_Date="2024-03-21 14:21:14" Creator="yaoli" Comments="" ID="72dd1c908ceb00ececb7a5865caeb32a">
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-08-12 17:59:50" Modified_Date="2024-03-21 14:51:45" Creator="yaoli" Comments="" ID="a1918649bb7ce9c0722cc7ade8145d3c">
<Library_General_Settings>
<Package_File_Name>NEVSTOP_lib_CSM_API_String_Arguments_Support</Package_File_Name>
<Library_Version>2024.3.0.15</Library_Version>
Expand Down Expand Up @@ -63,7 +63,7 @@ More information for the supported datatype format, please visit: https://github
<Packager>NEVSTOP</Packager>
<URL>https://github.com/NEVSTOP-LAB/CSM-API-String-Arugments-Support</URL>
<Release_Notes>[fix] #32 fix the sign problem of complex numbers
[update] support "[n]$" for Float datatype</Release_Notes>
[update] support n,p,f,G,T,p for float datatype</Release_Notes>
</Description>
<Destinations>
<Toolkit_VIs>
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ Supported Format:
- 1.23k (1.23*10^3)
- 1.23m (1.23*0.001)
- 1.23u (1.23*0.000001)
- 1.23G (1.23*10^9)
- 1.23T (1.23*10^12)
- 1.23P (1.23*10^15)
- 1.23p (1.23*0.000000000001)
- 1.23f (1.23*0.000000000000001)
- Special Float: `e`,`-e`,`pi`,`-pi`,`inf`,`+inf`,`-inf`,`NaN`
```

Expand Down
Binary file added _test/Show DBL postfix.vi
Binary file not shown.

0 comments on commit 0a4244a

Please sign in to comment.