some_pd_tools.pd_format.trunc Note: This package was developed and tested using Python 3.11.9. Might not work in previous versions. Install pip install some-pd-tools Functions insome_pd_tools.pd_compare some_pd_tools.pd_compare.compare() Compares two DataFrames, creates a report and returns...
#!/usr/bin/env python3 # Quick n dirty tool to fix precision errors in dx11 shader disassembly. # Minimal attempt to ensure the correct floats are fixed in the original, # so, this will produce garbage, but might still save time import float_to_hex import sys, struct import argparse fr...
Write a function that checks if a given number exists in an array of floats. The function returns the first position where the number is encountered. If the given number does not exist, the function r Given the array of Strings below, find the value that begins with a value closest t...
Improved number handling accuracy by storing data as binary-coded decimals instead of floats. Added "Alignment" session settings. Improved typing scientific notation into "Numeric tolerance" edit. Windows: Updated MS Excel support. Fixed using regional number/date format settings, broken in 4.1.7. ...