Skip to content

MPFR multiprecision floating-point library to V (Vlang)

License

Notifications You must be signed in to change notification settings

VincentLaisney/v_mpfr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V_mpfr is a MPFR porting to V

The MPFR is the GNU Multiprecision Floating-point Computations with correct rounding.

The documentation is to be taken from the original MPFR documents: mpdf.pdf.

For the usage, see the docs folder.

API

See the test file mpfr_test.v to examples.

The Api has been adaptated to the naming of V. The routines ending in _ui, _si and _d have been renamed in _u64, _i64 and _f64.

Most of the routines taking a pointer to the result as first argument return instead the result.

Dependencies

Mpfr depends of gmp.

Licence

MPFR is distributed under the GNU Lesser General Public License.

v_mpfr is under the MIT License

About

MPFR multiprecision floating-point library to V (Vlang)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published