]> sigrok.org Git - libsigrok.git/commit
strutil: add method to get an sr_rational from a string
authorStefan Brüns <redacted>
Fri, 22 Apr 2016 22:33:45 +0000 (00:33 +0200)
committerUwe Hermann <redacted>
Mon, 16 May 2016 21:35:10 +0000 (23:35 +0200)
commit5ec172d7e9ed55537b6a152a6b8e98712a2f595e
treefb449d5a79c7c3d3195c7e907dbdeda78cf1f51b
parent510aa8281f19b6312163ff2f09d6515661889378
strutil: add method to get an sr_rational from a string

The method accepts strings with numbers in scientific or normal notation,
e.g. -1.25 or 3.37e-6. The numeric range is limited by the sr_rational
range, i.e +-9.2e18, resolution is ~19 digits.
include/libsigrok/proto.h
src/strutil.c
tests/strutil.c