Skip to content
#

calculations

Here are 269 public repositories matching this topic...

tania-pets
tania-pets commented Oct 5, 2020

Seems that touchesWith() will always return true if the compared periods are in the same day, even if the times are not really touched and the precision is SECOND.

Example:

$a = Period::make('2018-01-01 06:30:00', '2018-01-01 07:30:00');
$b = Period::make('2018-01-01 09:00:00', '2018-01-01 10:00:00');
$overlap = $a->touchesWith($b);
(true)

This leads to gap() function not

User Defined Functions for multi-component thermodynamic calculations of the Predictive Peng-Robinson 1978 Equation of State. Clean VBA functions - no UI changes and no pop up messages. Errors are reported in cell comments. Import Math.bas, ModArraySupport.bas and ChemE_Functions.bas into PData.xlsx and save as xlsm or simply download PData.xlsm.

  • Updated Oct 18, 2018
  • Visual Basic

Improve this page

Add a description, image, and links to the calculations topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the calculations topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.