- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for abs (0.04 sec)
-
api/go1.txt
pkg math, const SmallestNonzeroFloat64 ideal-float pkg math, const Sqrt2 ideal-float pkg math, const SqrtE ideal-float pkg math, const SqrtPhi ideal-float pkg math, const SqrtPi ideal-float pkg math, func Abs(float64) float64 pkg math, func Acos(float64) float64 pkg math, func Acosh(float64) float64 pkg math, func Asin(float64) float64 pkg math, func Asinh(float64) float64 pkg math, func Atan(float64) float64
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
$rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n@function divide($dividend, $divisor, $precision: 10) {\n $sign: if($dividend > 0 and $divisor > 0 or $dividend < 0 and $divisor < 0, 1, -1);\n $dividend: abs($dividend);\n $divisor: abs($divisor);\n @if $dividend == 0 {\n @return 0;\n }\n @if $divisor == 0 {\n @error \"Cannot divide by 0\";\n }\n $remainder: $dividend;\n $result: 0;\n $factor: 10;\n @while ($remainder > 0 and $precision >= 0) {\n $quotient:...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (1)