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.
PDF 操作を行うアプリケーションを変更しています。functiontype 2s を解釈するために作成された関数は、あまりにも頻繁に負の値を生成するようです。PDF仕様にある式は次のとおりです。
yj = C0j + x^N × (C1j − C0j)、0 ≤ j < n の場合。
現在、C0=1 および C1=0 で関数を処理すると、負の値が得られます。これは、独自の x 値を設定しているためかどうか疑問に思っています。x の値は何ですか?