TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #61 · 2 апр.

Ранее я уже упоминал о другой фишке из ˍˍfutureˍˍ , это оператор деления. from __future__ import division Суть проста. Раньше сложность типа данных результата поределялась типом самого сложного операнда. Например: int/int => int int/float => float В первом случае оба операнда int, значит и результат будет int. Во втором float более сложный тип, поэтому результат будет float. Если нам требуется получить дробное значение при делении двух int то приходилось форсированно один из операндов конверировать в float. 12/float(5) => float Но с новой "философией" это не требуется. В Python3 "floor division" заменили на "true division" а старый способ теперь работает через оператор "//". >>> 3/2 1.5 >>> 3//2 1 То есть теперь деление int на int даёт float если результат не целое число. В классах теперь доступны методы __floordiv__() и __truediv__() для определения поведения с этими операторами. Данный переход описан в PEP238. #pep#2to3#basic

Резултати

Пронајдени 1 слични објави

Пребарај: #positionreduction

当前筛选 #positionreduction清除筛选
Crypto M - Crypto News

@CryptoM · Post #64554 · 09.04.2026 г., 07:45

🚀 Abraxas Capital's Oil Short Positions Recover Following Ceasefire Announcement On April 9, Hyperinsight reported significant financial recovery for Abraxas Capital, a major oil short institution on the Hyperliquid platform. According to BlockBeats, the recovery occurred within a week following the announcement of a ceasefire, with funds rebounding by over $12 million. The combination of oil shorts and crypto longs, which previously faced a floating loss of $9.7 million, has now turned profitable. As of the latest update, the two addresses continue to synchronize profit-taking and position reduction, maintaining a floating profit of $8.7 million. Following the recent reduction in positions, the total holding size remains at $152 million. This includes approximately $126 million in short positions on U.S. and Brent crude oil, and $26.1 million in long positions in the crypto market. Details of the oil short positions are as follows: Brent Oil shorts (5x leverage) have decreased from $92 million to $78 million, with an average price of around $96. WTI Crude shorts (5x leverage) have reduced from $51 million to $48.5 million, with an average price of approximately $95. Addresses involved are 0x5b5d51203a0f9079f8aeb098a6523a13F298C060 and 0xb83de012dba672c76a7dbbbf3e459cb59d7d6e36. #AbraxasCapital#OilShortPositions#CeasefireAnnouncement#FinancialRecovery#Hyperinsight#BlockBeats#CryptoLongs#ProfitTaking#WTICrude#BrentOil#OilMarket#LeverageTrading#PositionReduction#FloatingProfit#CryptoMarket#U.S.Crude