List of Float methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
(Automatically generated page update)
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<!-- This page was automatically generated and will be automatically
<!-- This page was automatically generated and will be automatically
     replaced, so any manual edits will be lost. You've been warned. -->
     replaced, so any manual edits will be lost. You've been warned. -->
The following are the available Float class methods.
The following are the available <var>[[Float class|Float]]</var> class methods.
{{Template:Method list header|class=Float}}
{{Template:Method list header|class=Float}}
, and:
<div class="showVisit">
*[[List of String methods]]
*[[List of Unicode methods]]
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
<tr><td valign="top">[[Absolute (Float function)|Absolute]]</td><td valign="top">Absolute value of a number</td></tr>
<tr><td valign="top">[[Absolute (Float function)|Absolute]]</td><td valign="top">Absolute value of a number</td></tr>
<tr><td valign="top">[[Antilog (Float function)|Antilog]]</td><td valign="top">Antilog base e of a number</td></tr>
<tr><td valign="top">[[Antilog (Float function)|Antilog]]</td><td valign="top">Antilog base e of a number</td></tr>
<tr><td valign="top">[[AntilogE (Float function)|AntilogE]]</td><td valign="top">Antilog base e of a number</td></tr>
<tr><td valign="top">[[Antilog10 (Float function)|Antilog10]]</td><td valign="top">Antilog base 10 of a number</td></tr>
<tr><td valign="top">[[Antilog10 (Float function)|Antilog10]]</td><td valign="top">Antilog base 10 of a number</td></tr>
<tr><td valign="top">[[Antilog2 (Float function)|Antilog2]]</td><td valign="top">Antilog base 2 of a number</td></tr>
<tr><td valign="top">[[Antilog2 (Float function)|Antilog2]]</td><td valign="top">Antilog base 2 of a number</td></tr>
<tr><td valign="top">[[AntilogE (Float function)|AntilogE]]</td><td valign="top">Antilog base e of a number</td></tr>
<tr><td valign="top">[[BitAndInteger (Float function)|BitAndInteger]]</td><td valign="top">Do bitwise And of integers</td></tr>
<tr><td valign="top">[[BitAndInteger (Float function)|BitAndInteger]]</td><td valign="top">Do bitwise And of integers</td></tr>
<tr><td valign="top">[[BitOffInteger (Float function)|BitOffInteger]]</td><td valign="top">Clear bits in one integer from another</td></tr>
<tr><td valign="top">[[BitOffInteger (Float function)|BitOffInteger]]</td><td valign="top">Clear bits in one integer from another</td></tr>
Line 22: Line 20:
<tr><td valign="top">[[DaysToString (Float function)|DaysToString]]</td><td valign="top">Convert days since 1900 to string date/time</td></tr>
<tr><td valign="top">[[DaysToString (Float function)|DaysToString]]</td><td valign="top">Convert days since 1900 to string date/time</td></tr>
<tr><td valign="top">[[Div (Float function)|Div]]</td><td valign="top">Integer division</td></tr>
<tr><td valign="top">[[Div (Float function)|Div]]</td><td valign="top">Integer division</td></tr>
<tr><td valign="top">[[FloatToBinary (Float function)|FloatToBinary]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[FloatToBinary (Float function)|FloatToBinary]]</td><td valign="top">Binary string containing floating point representation</td></tr>
<tr><td valign="top">[[FloatToString (Float function)|FloatToString]]</td><td valign="top">Convert a number to a string</td></tr>
<tr><td valign="top">[[FloatToString (Float function)|FloatToString]]</td><td valign="top">Convert a number to a string</td></tr>
<tr><td valign="top">[[IntegerToBinary (Float function)|IntegerToBinary]]</td><td valign="top">Convert an integer to a binary string</td></tr>
<tr><td valign="top">[[IntegerToBinary (Float function)|IntegerToBinary]]</td><td valign="top">Convert an integer to a binary string</td></tr>
Line 28: Line 26:
<tr><td valign="top">[[IsPrime (Float function)|IsPrime]]</td><td valign="top">Is this number prime?</td></tr>
<tr><td valign="top">[[IsPrime (Float function)|IsPrime]]</td><td valign="top">Is this number prime?</td></tr>
<tr><td valign="top">[[Log (Float function)|Log]]</td><td valign="top">Natural log (base e) of a number</td></tr>
<tr><td valign="top">[[Log (Float function)|Log]]</td><td valign="top">Natural log (base e) of a number</td></tr>
<tr><td valign="top">[[LogE (Float function)|LogE]]</td><td valign="top">Natural log (base e) of a number</td></tr>
<tr><td valign="top">[[Log10 (Float function)|Log10]]</td><td valign="top">Log base 10 of a number</td></tr>
<tr><td valign="top">[[Log10 (Float function)|Log10]]</td><td valign="top">Log base 10 of a number</td></tr>
<tr><td valign="top">[[Log2 (Float function)|Log2]]</td><td valign="top">Log base 2 of a number</td></tr>
<tr><td valign="top">[[Log2 (Float function)|Log2]]</td><td valign="top">Log base 2 of a number</td></tr>
<tr><td valign="top">[[LogE (Float function)|LogE]]</td><td valign="top">Natural log (base e) of a number</td></tr>
<tr><td valign="top">[[MarksNumberToStoreCode (Float function)|MarksNumberToStoreCode]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[MarksNumberToStoreCode (Float function)|MarksNumberToStoreCode]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[MillisecondsToString (Float function)|MillisecondsToString]]</td><td valign="top">Convert milliseconds since 1900 to string date/time</td></tr>
<tr><td valign="top">[[MillisecondsToString (Float function)|MillisecondsToString]]</td><td valign="top">Convert milliseconds since 1900 to string date/time</td></tr>
Line 37: Line 35:
<tr><td valign="top">[[NextPrime (Float function)|NextPrime]]</td><td valign="top">Find smallest prime greater than this number</td></tr>
<tr><td valign="top">[[NextPrime (Float function)|NextPrime]]</td><td valign="top">Find smallest prime greater than this number</td></tr>
<tr><td valign="top">[[PreviousPrime (Float function)|PreviousPrime]]</td><td valign="top">Find greatest prime smaller than this number</td></tr>
<tr><td valign="top">[[PreviousPrime (Float function)|PreviousPrime]]</td><td valign="top">Find greatest prime smaller than this number</td></tr>
<tr><td valign="top">[[Round (Float function)|Round]]</td><td valign="top">Round a floating point number to the closest integer</td></tr>
<tr><td valign="top">[[Round (Float function)|Round]]</td><td valign="top">Round a floating point number to specified decimal places</td></tr>
<tr><td valign="top">[[SecondsToString (Float function)|SecondsToString]]</td><td valign="top">Convert seconds since 1900 to string date/time</td></tr>
<tr><td valign="top">[[SecondsToString (Float function)|SecondsToString]]</td><td valign="top">Convert seconds since 1900 to string date/time</td></tr>
<tr><td valign="top">[[SquareRoot (Float function)|SquareRoot]]</td><td valign="top">Square root of a number</td></tr>
<tr><td valign="top">[[SquareRoot (Float function)|SquareRoot]]</td><td valign="top">Square root of a number</td></tr>
Line 46: Line 44:
<tr><td valign="top">[[ToRadians (Float function)|ToRadians]]</td><td valign="top">Convert a number in desgrees to radians</td></tr>
<tr><td valign="top">[[ToRadians (Float function)|ToRadians]]</td><td valign="top">Convert a number in desgrees to radians</td></tr>
</table>
</table>
</div>
==See also==
==See also==
<table class="list"><tr>
<table class="list"><tr>
Line 65: Line 64:
</tr>
</tr>
</table>
</table>
[[Category:Lists of methods]]

Latest revision as of 22:34, 22 May 2017

The following are the available Float class methods.

MethodDescription
AbsoluteAbsolute value of a number
AntilogAntilog base e of a number
AntilogEAntilog base e of a number
Antilog10Antilog base 10 of a number
Antilog2Antilog base 2 of a number
BitAndIntegerDo bitwise And of integers
BitOffIntegerClear bits in one integer from another
BitOnIntegerSet bits in one integer from another
BitOrIntegerDo bitwise Or of integers
BitShiftLeftIntegerDo left shift of bits in an integer
BitShiftRightIntegerDo right shift of bits in an integer
BitXorIntegerDo bitwise exclusive Or of integers
DaysToStringConvert days since 1900 to string date/time
DivInteger division
FloatToBinaryBinary string containing floating point representation
FloatToStringConvert a number to a string
IntegerToBinaryConvert an integer to a binary string
IntegerToHexConvert an integer to a hexadecimal string
IsPrimeIs this number prime?
LogNatural log (base e) of a number
LogENatural log (base e) of a number
Log10Log base 10 of a number
Log2Log base 2 of a number
MarksNumberToStoreCode
MillisecondsToStringConvert milliseconds since 1900 to string date/time
ModRemainder of integer division
ModulusRemainder of integer division
NextPrimeFind smallest prime greater than this number
PreviousPrimeFind greatest prime smaller than this number
RoundRound a floating point number to specified decimal places
SecondsToStringConvert seconds since 1900 to string date/time
SquareRootSquare root of a number
ToDegreesConvert a number in radians to degrees
ToFloatPowerRaise number to a floating point power
ToIntegerPowerRaise number to an integer power
ToPowerRaise number to an integer power
ToRadiansConvert a number in desgrees to radians

See also