mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-26 16:45:21 +00:00
Implement sin function and helper functions such as getSmallAngle and floor.
This commit is contained in:
@@ -85,6 +85,12 @@ public interface NumberInterface {
|
||||
*/
|
||||
int ceiling();
|
||||
|
||||
/**
|
||||
* Return the greatest integer less than or equal to the number.
|
||||
* @return the greatest int >= the number, if int can hold the value.
|
||||
*/
|
||||
int floor();
|
||||
|
||||
/**
|
||||
* Promotes this class to another number class.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user