Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHPやajaxで複雑な数式計算を行うことは可能ですか?
具体的には、数のルート 12 を計算するか、n 次を上げますか?
php GMP 関数を試してください。これらの関数を使用すると、任意の長さの整数を操作できます。