【アークナイツ】星5重装 – 哨戒衛士『アンダーフロー(Underflow)』オペレーター紹介/解説 Vol.214【Arknights/明日方舟】

今回の動画はサイドストーリー「生存航路」と同時に実装される★5重装 - 哨戒衛士オペレーター『アンダーフロー(Underflow)』のプロフィールやスキル、ステータス等を解説した動画となっています。動画へのコメントやチャンネル登録、グッドボタンを頂けると嬉しいです。▼チャンネル登録 - Subscribe to my channel!https://www.youtube.com/@GF_Saihate▼Blog - Check out my blog!!https://smartgamecap.net/▼Twitter - Follow Me!!https://twitter.com/GF_Saihate▼タイムライン0:00​ はじめに0:45 プロフィールの紹介6:01 素質やスキルなどの紹介と解説8:31 基地スキルの紹介と解説9:07 実プレイ動画12:30 終わり#アークナイツ#Arknights#明日方舟#명일방주

WACOCA GAMES

I think I fixed it!

When Xr and Xi are small, (Xr * Xi) can #underflow to 0, so ((Xr * Xi) * S) is 0 already, Changing the multiplication order to ((Xr * S) * Xi) seems to work much better!

The risk of #overflow to infinity in (Xr * S) is probably none, because Xr is small (less than escape radius) but I should double-check deep zooms near the 1e600 threshold for switching from scaled double to long double.

#FloatingPoint