PureBasic - pbF64

Overview

purebasic Double Precision Math Library version 0.9 by freedimension on 10.31.2003

This F64 Library is a set of functions that allows the user to perform double precision math.

 Since Version 0.9 almost all pbF64-Commands are Threadsafe. Unsecure are all commands expecting or returning Strings.

List of Commands

Alphabetic

A

F64_ACos
F64_ACosH
F64_ACot
F64_ACotH
F64_ASin
F64_ASinH
F64_ATan
F64_ATanH
F64_ATan2
F64_ATanQuad
F64_Abs
F64_Add

C

F64_Cbrt
F64_Ceil
F64_Cmp
F64_Copy
F64_Cos
F64_CosH
F64_Cot
F64_CotH

D

F64_Dec
F64_Div

E

F64_E
F64_Equ
F64_Exp
F64_ExpTen

F

F64_Factorial
F64_Float
F64_Floor
F64_Frac

G

F64_GCD

I

F64_IDiv
F64_Inc
F64_Int
F64_Integer
F64_Inv
F64_IsEven
F64_IsInfinite
F64_IsInt
F64_IsNAN
F64_IsOdd

L

F64_LCM
F64_LN
F64_Log

M

F64_Mod
F64_Mul

N

F64_Negate

P

F64_PI
F64_Pow

R

F64_Random
F64_Round

S

F64_SetInfinity
F64_Sign
F64_Sin
F64_SinH
F64_Sqrt
F64_Str
F64_Sub
F64_Swap

T

F64_Tan
F64_TanH
F64_toFloat
F64_toInt

V

F64_Val
F64_Version

Grouped

General

F64_Version

Type conversion

F64_Float
F64_Int
F64_Val
F64_Str
F64_toFloat
F64_toInt

Basic Math

F64_Add
F64_Sub
F64_Mul
F64_Div
F64_IDiv
F64_Inc
F64_Dec
F64_Inv
F64_Negate

Advanced Math

F64_Abs
F64_Cbrt
F64_Exp
F64_ExpTen
F64_Factorial
F64_LN
F64_Log
F64_Mod
F64_Pow
F64_Sqrt

Trigonometry

F64_Sin
F64_ASin
F64_SinH
F64_ASinH
F64_Cos
F64_ACos
F64_CosH
F64_ACosH
F64_Cot
F64_ACot
F64_CotH
F64_ACotH
F64_Tan
F64_ATan
F64_TanH
F64_ATanH
F64_ATan2
F64_ATanQuad

Rounding

F64_Ceil
F64_Floor
F64_Integer
F64_Frac
F64_Round

Logics

F64_Cmp
F64_Equ
F64_Copy
F64_Swap
F64_Sign
F64_IsEven
F64_IsInfinite
F64_IsInt
F64_IsNAN
F64_IsOdd

Misc

F64_GCD
F64_LCM
F64_PI
F64_E
F64_SetInfinity