PureBasic - Qfloat

Overview

purebasic qfloat Precision Math Library version 0.1 by jack and freedimension on 1.31.2005

This Qfloat Library is a set of functions that allows the user to perform 106 digits precision math.

 Qfloat-Commands have not been tested for Thread-safety.

List of Commands

Alphabetic

A

Q_ACos
Q_ACosH
Q_ACot
Q_ACotH
Q_ASin
Q_ASinH
Q_ATan
Q_ATanH
Q_ATan2
Q_ATanQuad
Q_Abs
Q_Add

C

Q_Cbrt
Q_Ceil
Q_Cmp
Q_Copy
Q_Cos
Q_CosH
Q_Cot
Q_CotH

D

Q_Dec
Q_Div
Q_Double

E

Q_E
Q_Equ
Q_Exp
Q_ExpTen

F

Q_Factorial
Q_Float
Q_Floor
Q_Frac

G

Q_GCD

I

Q_IDiv
Q_Inc
Q_Int
Q_Integer
Q_Inv
Q_IsEven
Q_IsInfinite
Q_IsInt
Q_IsOdd
Q_IsPositive
Q_IsNegative

L

Q_LCM
Q_LN
Q_Log

M

Q_Mod
Q_Mul

N

Q_Negate

P

Q_PI
Q_Pow

R

Q_Radd
Q_Rsub
Q_Rmul
Q_Rdiv
Q_Random
Q_Round

S

Q_SetInfinity
Q_Sign
Q_Sin
Q_SinH
Q_Sqrt
Q_StrExp
Q_Sub
Q_Swap

T

Q_Tan
Q_TanH
Q_toDouble
Q_toFloat
Q_toInt

V

Q_Val
Q_Version

              Grouped

General

Q_Copy
Q_Swap
Q_Version

Type conversion

Q_Float
Q_Int
Q_Val
Q_StrExp
Q_toFloat
Q_toInt
Q_toDouble
Q_Double

Basic Math

Q_Add
Q_Sub
Q_Mul
Q_Div
Q_IDiv
Q_Inc
Q_Dec
Q_Inv
Q_Negate

Rational Math

Q_Radd
Q_Rsub
Q_Rmul
Q_Rdiv

Advanced Math

Q_Abs
Q_Cbrt
Q_Exp
Q_ExpTen
Q_Factorial
Q_LN
Q_Log
Q_Mod
Q_Pow
Q_Sqrt

Trigonometry

Q_Sin
Q_ASin
Q_SinH
Q_ASinH
Q_Cos
Q_ACos
Q_CosH
Q_ACosH
Q_Cot
Q_ACot
Q_CotH
Q_ACotH
Q_Tan
Q_ATan
Q_TanH
Q_ATanH
Q_ATan2
Q_ATanQuad

Rounding

Q_Ceil
Q_Floor
Q_Integer
Q_Frac
Q_Round

Logics

Q_Cmp
Q_Equ
Q_Sign
Q_IsEven
Q_IsInfinite
Q_IsInt
Q_IsOdd
Q_IsPositive
Q_IsNegative

Misc

Q_GCD
Q_LCM
Q_PI
Q_E
Q_SetInfinity