Math

Developer

Caddis

3rd Party (Free)

661 downloads (last 90 days)

GNU General Public License v3 Download v1.5.1

EE Version Support

  • ExpressionEngine 2
  • ExpressionEngine 3

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

Tags

Math allows you to execute many PHP math functions in your ExpressionEngine templates without needing to enable PHP parsing.

Download Math

EE Support Downloads Add-On Version Release Date
2.6.0+ Download 1.5.1 Feb 10, 2016

Math Links

This entry was created June 7, 2012, 11:56 am.
This entry was last updated February 10, 2016, 10:28 am.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

6 Reviews:

pEEter 12.21.16

pEEter
Rating - {addon_rating_average}

Perfect plugin for my needs using with Low Search and distance calculation. Thanks!

Rick Lecoat 05.14.14

Rick Lecoat
Rating - {addon_rating_average}

Perfect. Needed to compare current time with [the timestamp of an entry +5 seconds] for a conditional redirect. This little add-on did the job beautifully. Just include a parameter: thousands_seperator=”” to get rid of the commas if you don’t want them. Sweet.

marviq 05.13.13

marviq
Rating - {addon_rating_average}

Great little tool for doing math without exposing PHP to your templates. I presume the earlier reviews were before the latest update as I couldn’t find fault with it. 5-stars!

Tim FitzGerald 02.06.13

Tim FitzGerald
Rating - {addon_rating_average}

Important to note that decimals=x only seems to pad zeroes, and round=up|down rounds to the nearest integer. {... formula=2/3 decimal=2} gives 0.6666… and {... formula=2/3 decimals=2 round=up} gives 1.00.
To round decimals, use {... formula=round(2/3,2)} for 0.67.

abed 09.08.12

abed
Rating - {addon_rating_average}

Did not make use of this extensively. It seems to be an excellent plugin for arithmetic, however, there doesn’t seem to be a way to nullify the thousands_operator so I was stuck with results in ###,### format. Gave MX Calculation a try as Daniel Kandi said.

If the separator is a plus, use this.

Daniel Kandi 06.08.12

Daniel Kandi
Rating - {addon_rating_average}

nice add-on, but you need to look on MX Calculation - is add-on is build without eval, so is more secure.