Docs of Combie\Math\Functions
Combie\Math\Functions- Type
- Class
- Description
- Functions
- Mathematische Funktionssammlung
Mathematische Funktionssammlung - Used Packages
- None
- Children
- None
- Implemented Interfaces
- None
- Constants
- None
- Properties
- None
- Inherited Properties
- None
- Methods
- Inherited Methods
- None
- See
- None
- Links
- None
- Todo
- None
- Source
- packages/Combie/Math/Functions.php
- Version
- Undefined
- Since
- forever
- Authors
- None
- Copyright
- © Undefined
- Licence
- Undefined
Properties
None
Methods
public static bool even(mixed $zahl)
- Description
- Gerade
- Gibt True zurück, wenn die Zahl restlos durch 2 teilbar ist
- Parameters
- $zahl
- Returns
- True wenn gerade, sonst FALSE
- Throws
- None
- See
- None
- Links
- None
- Todo
- None
- Since
- forever
- Authors
- None
public static bool uneven(mixed $zahl)
- Description
- Ungerade
- Gibt True zurück, wenn die Zahl nicht restlos durch 2 teilbar ist
- Parameters
- $zahl
- Returns
- True wenn ungerade, sonst FALSE
- Throws
- None
- See
- None
- Links
- None
- Todo
- None
- Since
- forever
- Authors
- None
Example
Not available