List of the currently supported functions. If it´s not enough ask for other in comments.
New added functions:
- ceil() — Round fractions up a=ceil(55555.55)=
- Ceil(number,XY) - Round fractions up to multiple number XY Ceil(158.25,20) = 160
- floor() — Round fractions down a=floor(10.9999)=
- Floor(number,XY) - Round fractions up down multiple number XY Floor(158.25,20) = 140
- round() — Rounds a float a=round(5.5)=
- Round(number,XY) - Round fractions to multiple number XY Round(158.25,20) = 160, Round(148.25,20) = 140
- rand(x,y) — Generate a random integer between x, y a=rand(25,50)=
- Rand(size) - random number, size is lenght of number. Example: Rand(4)=5846, Rand(10)=5 879 456 216.
- Exponent - 2^9
Root - use root{9}{512}- sqrt — Square root a=sqrt{16}=
- Absolute value - a=abs(-5.8)=
Basic php functions:
Trigonometric functions:
Cosine, Sine, Tangent, Cotangent:
Acr cosine, Arc sine, Arc tangent:
Hyperbolic cosine, Hyperbolic sine, Hyperbolic tangent:
- cosh — Hyperbolic cosine a=cosh(3.14)=
- sinh — Hyperbolic sine a=sinh(3.14)=
- tanh — Hyperbolic tangent a=tanh(3.14)=
Inverse hyperbolic cosine, Inverse hyperbolic sine, Inverse hyperbolic tangent:
Other trigonometric function:
- hypot — Calculate the length of the hypotenuse of a right-angle triangle a=hypot(3,4)=
Logarithm:
Min & Max:
Other
- fmod — Returns the floating point remainder (modulo) of the division of the arguments a=fmod(18,7)= (Returns the floating point remainder of dividing the dividend (x) by the divisor (y). The reminder (r) is defined as: x = i * y + r, for some integer i. If y is non-zero, r has the same sign as x and a magnitude less than the magnitude of y.)
Other php functions you can use:
- atan2 — Arc tangent of two variables a=atantwo(3.14,1)= (This function calculates the arc tangent of the two variables x and y. It is similar to calculating the arc tangent of y / x, except that the signs of both arguments are used to determine the quadrant of the result.
The function returns the result in radians, which is between -PI and PI (inclusive).)
- base_convert — Convert a number between arbitrary bases FOR NOW NOT SUPPORTING
- bindec — Binary to decimal a=bindec(1011011101)=
- decbin — Decimal to binary a=decbin(5486)=
- dechex — Decimal to hexadecimal a=dechex(5486)=
- decoct — Decimal to octal a=decoct(5486)=
- degtorad — Converts the number in degrees to the radian equivalent a=degtorad(180)=
- expmone — Returns exp(number) - 1, computed in a way that is accurate even when the value of number is close to zero a=expmone(10)=
- getrandmax — Show largest possible random value a=getrandmax()=
- hexdec — Hexadecimal to decimal /*NOT SUPPORTING FOR NOW*/
- isfinite — Finds whether a value is a legal finite number a=isfinite(546548)=
- isinfinite — Finds whether a value is infinite a=isinfinite(1/3)=
- isnan — Finds whether a value is not a number /*NOT SUPPORTING FOR NOW*/
- lcgvalue — Combined linear congruential generator a=lcgvalue()=
- logonep — Returns log(1 + number), computed in a way that is accurate even when the value of number is close to zero
- mtgetrandmax — Show largest possible random value
- mtrand — Generate a better random value
- mtsrand — Seed the better random number generator
- octdec — Octal to decimal a=octdec(12556)=
- pi — Get value of pi a=pi=
- pow — Exponential expression a=pow(2,4)= a=pow(16,1/2)=
- radtodeg — Converts the radian number to the equivalent number in degrees a=radtodeg(3.14)=
- srand — Seed the random number generator /*NOT SUPPORTED FOR NOW*/
Please, are you able to Pm me and inform me couple of far more thinks about this, I am truly fan of one’s weblog… gets solved correctly asap.
all basic commands you can find on http://www.wpmath.g6.cz/basics-of-use/a=max(20,30,40) for now variable a has value 40.
all supported functions are in http://www.wpmath.g6.cz/functions/ just type:
in the future i want to add counting with matrix, counting with units and adding graphs and new functions.
if you find some bug please send me document or description.
Thanks for using Admin.
Pingback: Menulis Formula/Equation/ Rumus di Wordpress dengan menggunakan Plug In WpMathPublisher | Siti Mutrofin Web
Pingback: WP Math | Best Plugins - wordpress – widgets – plugin 2012