Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Adding float cast to MOD function #847

Closed
wants to merge 1 commit into from
Closed

Conversation

matthiaz
Copy link

@matthiaz matthiaz commented Mar 3, 2016

If $a or $b are not strings, you can get an error that fmod needs param 1 ($a) to be of type double.
MS Excel does not fall over when you insert an empty string in MOD, so I'm guessing PHPExcel should do the same?

If $a or $b are not strings, you can get an error that fmod needs param 1 ($a) to be of type double. 
MS Excel does not fall over when you insert an empty string in MOD, so I'm guessing PHPExcel should do the same?
@PowerKiKi
Copy link
Member

Merged in PHPOffice/PhpSpreadsheet@39b8dbd

@PowerKiKi PowerKiKi closed this Dec 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants