mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 17:58:41 +00:00
normalize int|float order
This commit is contained in:
parent
75bea7935e
commit
35ebe853f2
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @param {string} equation Equation
|
||||
*
|
||||
* @return {null|float|int}
|
||||
* @return {null|int|float}
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
*
|
||||
* @param {string} value Value to parse
|
||||
*
|
||||
* @return {float|int}
|
||||
* @return {int|float}
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user