We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a333d5 commit fd3d087Copy full SHA for fd3d087
1 file changed
kececinumbers/__init__.py
@@ -16,7 +16,7 @@
16
import warnings
17
18
# Paket sürüm numarası
19
-__version__ = "0.9.8"
+__version__ = "0.9.9"
20
__author__ = "Mehmet Keçeci"
21
__email__ = "mkececi@yaani.com"
22
__description__ = "Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets."
@@ -69,6 +69,17 @@
69
run_test,
70
run_cramer_test,
71
comprehensive_cramer_test,
72
+ _generate_ternary_ask_sequence,
73
+ _generate_ternary_operation_sequence,
74
+ _is_prime_decimal,
75
+ _apply_kececi_operation,
76
+ get_operation_symbol,
77
+ apply_operation,
78
+ _parse_components,
79
+ _parse_with_generic_fallback,
80
+ _first_component_as_int,
81
+ convert_to_plot_value,
82
+ make_unit,
83
)
84
85
# Parser Fonksiyonları
0 commit comments