Metadata-Version: 2.4
Name: taichi-big-float
Version: 0.1.3
Summary: Multiprecision type extension for taichi
Author-email: Balázs Szalai <balazs.backup.2@gmail.com>
Project-URL: Homepage, https://github.com/balazs-szalai/taichi-bigfloat/
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: taichi>=1.7
Requires-Dist: mpmath

# taichi-bigfloat
This is a module which makes arbitrary precision GPU accelerated computations possible using Taichi. It has 2 main functionalities: the supports_bigfloat decorator, and the make_float_t function which dynamically creates the high precision float module for the required precision with all the attached functions. This is a generalization of the [float192](https://github.com/balazs-szalai/taichi-float192) module for arbitrary sized float types. It only contains the most basic mathematical function everything else has to be implemenented from scratch. 
