lib/ezmath/classes/mathhandlers/ezbcmath.php
File containing the eZBCMath class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- lib
- Version
- 4.6.0
\eZBCMath
Package: lib
File containing the eZBCMath class.
- Parent(s)
- \eZPHPMath
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
Constants
Properties
Methods

adjustFractPart(
$number, $precision, $target
)
:
void
inherited
Inherited from:
\eZPHPMath::adjustFractPart()
Parameters
| Name | Type | Description |
|---|---|---|
| $number | ||
| $precision | ||
| $target |

ceil(
$value, $precision, $target
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $value | ||
| $precision | ||
| $target |

eZPHPMath(
$params
=
array()
)
:
void
inherited
Inherited from:
\eZPHPMath::eZPHPMath()
Parameters
| Name | Type | Description |
|---|---|---|
| $params |

floor(
$value, $precision, $target
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $value | ||
| $precision | ||
| $target |

fractval(
$number, $precision
=
false
)
:
void
inherited
Inherited from:
\eZPHPMath::fractval()
Parameters
| Name | Type | Description |
|---|---|---|
| $number | ||
| $precision |

intval(
$number
)
:
void
inherited
Inherited from:
\eZPHPMath::intval()
Parameters
| Name | Type | Description |
|---|---|---|
| $number |

round(
$value, $precision, $target
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $value | ||
| $precision | ||
| $target |