Skip to content

Commit

Permalink
remove @note annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
rtlopez authored Jun 24, 2021
1 parent 31ef78a commit e92ef44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RtLopez/Decimal.php
Original file line number Diff line number Diff line change
@@ -259,7 +259,7 @@ public function mod($op)

/**
* Power of number
* @note operand will be truncated first (cutted to integer)
* note operand will be truncated first (cutted to integer)
* @param int|float|string|Decimal $op operand
* @return Decimal
*/
@@ -402,7 +402,7 @@ public function le($op)

/**
* Calcualate epsilon for float comparision
* @note returned precision is greater by one than original
* note returned precision is greater by one than original
* @return Decimal
*/
public function epsilon()

0 comments on commit e92ef44

Please sign in to comment.