Help Center›FreeBASIC
Mathematical Functions
18 entries across 1 topic.
Topics
All entries
Procedures 18
AbsCalculates the absolute value of a numberAcosFinds the arccosine of an angleAsinFinds the arcsine of a numberAtan2Returns the arctangent of a ratioAtnReturns the arctangent of a numberCosReturns the cosine of an angleDoubleStandard data type: 64 bit floating pointExpReturns e raised to the power of a given numberFixReturns the integer part of a number, rounding towards zeroFracReturns the decimal part of a numberIntReturns the floor of a numberLogReturns the natural logarithm of a given numberRandomizeSeeds the random number generatorRndReturns a random Double precision number in the range [0, 1)SgnReturns the sign part of a numberSinReturns the sine of an angleSqrReturns a square root of a numberTanReturns the tangent of an angle